Skip to content
This repository has been archived by the owner on Nov 30, 2021. It is now read-only.

Commit

Permalink
build(deps): bump technote-space/get-diff-action from v3.2 to v3.3 (#547
Browse files Browse the repository at this point in the history
)

Bumps [technote-space/get-diff-action](https://github.com/technote-space/get-diff-action) from v3.2 to v3.3.
- [Release notes](https://github.com/technote-space/get-diff-action/releases)
- [Changelog](https://github.com/technote-space/get-diff-action/blob/master/.releasegarc)
- [Commits](technote-space/get-diff-action@v3.2...164d063)

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] committed Sep 28, 2020
1 parent 64b18b5 commit cee4c5f
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: technote-space/get-diff-action@v3.2
- uses: technote-space/get-diff-action@v3.3
id: git_diff
with:
SUFFIX_FILTER: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/deploy-contract.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
node-version: '12.x'
- name: Install dependencies
run: npm install
- uses: technote-space/get-diff-action@v3.2
- uses: technote-space/get-diff-action@v3.3
id: git_diff
with:
SUFFIX_FILTER: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
timeout-minutes: 10
steps:
- uses: actions/checkout@v2
- uses: technote-space/get-diff-action@v3.2
- uses: technote-space/get-diff-action@v3.3
with:
SUFFIX_FILTER: |
.go
Expand Down
14 changes: 7 additions & 7 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
timeout-minutes: 10
steps:
- uses: actions/checkout@v2
- uses: technote-space/get-diff-action@v3.2
- uses: technote-space/get-diff-action@v3.3
id: git_diff
with:
SUFFIX_FILTER: |
Expand Down Expand Up @@ -56,7 +56,7 @@ jobs:
timeout-minutes: 10
steps:
- uses: actions/checkout@v2
- uses: technote-space/get-diff-action@v3.2
- uses: technote-space/get-diff-action@v3.3
id: git_diff
with:
SUFFIX_FILTER: |
Expand Down Expand Up @@ -92,7 +92,7 @@ jobs:
timeout-minutes: 10
steps:
- uses: actions/checkout@v2
- uses: technote-space/get-diff-action@v3.2
- uses: technote-space/get-diff-action@v3.3
id: git_diff
with:
SUFFIX_FILTER: |
Expand Down Expand Up @@ -128,7 +128,7 @@ jobs:
timeout-minutes: 10
steps:
- uses: actions/checkout@v2
- uses: technote-space/get-diff-action@v3.2
- uses: technote-space/get-diff-action@v3.3
id: git_diff
with:
SUFFIX_FILTER: |
Expand Down Expand Up @@ -164,7 +164,7 @@ jobs:
timeout-minutes: 10
steps:
- uses: actions/checkout@v2
- uses: technote-space/get-diff-action@v3.2
- uses: technote-space/get-diff-action@v3.3
id: git_diff
with:
SUFFIX_FILTER: |
Expand Down Expand Up @@ -199,7 +199,7 @@ jobs:
timeout-minutes: 10
steps:
- uses: actions/checkout@v2
- uses: technote-space/get-diff-action@v3.2
- uses: technote-space/get-diff-action@v3.3
id: git_diff
with:
SUFFIX_FILTER: |
Expand All @@ -216,7 +216,7 @@ jobs:
timeout-minutes: 10
steps:
- uses: actions/checkout@v2
- uses: technote-space/get-diff-action@v3.2
- uses: technote-space/get-diff-action@v3.3
id: git_diff
with:
SUFFIX_FILTER: |
Expand Down

0 comments on commit cee4c5f

Please sign in to comment.