Skip to content
This repository has been archived by the owner on Apr 4, 2024. It is now read-only.

Commit

Permalink
build(deps): bump technote-space/get-diff-action from 4.2 to 5
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 4.2 to 5.
- [Release notes](https://github.com/technote-space/get-diff-action/releases)
- [Changelog](https://github.com/technote-space/get-diff-action/blob/main/.releasegarc)
- [Commits](technote-space/get-diff-action@v4.2...v5)

---
updated-dependencies:
- dependency-name: technote-space/get-diff-action
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Aug 2, 2021
1 parent bc13b1b commit 61ae347
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/[email protected]
- uses: technote-space/get-diff-action@v4.2
- uses: technote-space/get-diff-action@v5
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@v4.2
- uses: technote-space/get-diff-action@v5
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/[email protected]
- uses: technote-space/get-diff-action@v4.2
- uses: technote-space/get-diff-action@v5
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 @@ -16,7 +16,7 @@ jobs:
# - uses: actions/[email protected]
# with:
# go-version: 1.16
# - uses: technote-space/get-diff-action@v4.2
# - uses: technote-space/get-diff-action@v5
# id: git_diff
# with:
# SUFFIX_FILTER: |
Expand Down Expand Up @@ -63,7 +63,7 @@ jobs:
- uses: actions/[email protected]
with:
go-version: 1.16
- uses: technote-space/get-diff-action@v4.2
- uses: technote-space/get-diff-action@v5
id: git_diff
with:
SUFFIX_FILTER: |
Expand Down Expand Up @@ -102,7 +102,7 @@ jobs:
- uses: actions/[email protected]
with:
go-version: 1.16
- uses: technote-space/get-diff-action@v4.2
- uses: technote-space/get-diff-action@v5
id: git_diff
with:
SUFFIX_FILTER: |
Expand Down Expand Up @@ -141,7 +141,7 @@ jobs:
- uses: actions/[email protected]
with:
go-version: 1.16
- uses: technote-space/get-diff-action@v4.2
- uses: technote-space/get-diff-action@v5
id: git_diff
with:
SUFFIX_FILTER: |
Expand Down Expand Up @@ -180,7 +180,7 @@ jobs:
- uses: actions/[email protected]
with:
go-version: 1.16
- uses: technote-space/get-diff-action@v4.2
- uses: technote-space/get-diff-action@v5
id: git_diff
with:
SUFFIX_FILTER: |
Expand Down Expand Up @@ -219,7 +219,7 @@ jobs:
# - uses: actions/[email protected]
# with:
# go-version: 1.16
# - uses: technote-space/get-diff-action@v4.2
# - uses: technote-space/get-diff-action@v5
# id: git_diff
# with:
# SUFFIX_FILTER: |
Expand All @@ -236,7 +236,7 @@ jobs:
timeout-minutes: 10
steps:
- uses: actions/[email protected]
- uses: technote-space/get-diff-action@v4.2
- uses: technote-space/get-diff-action@v5
id: git_diff
with:
SUFFIX_FILTER: |
Expand Down

0 comments on commit 61ae347

Please sign in to comment.