Skip to content

Commit

Permalink
Bump technote-space/get-diff-action from 5.0.2 to 6.1.1
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 5.0.2 to 6.1.1.
- [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@v5.0.2...v6.1.1)

---
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 Oct 17, 2022
1 parent 366f471 commit 52d2713
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 9 deletions.
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:
- uses: actions/setup-go@v3
with:
go-version: 1.17
- uses: technote-space/get-diff-action@v6.0.1
- uses: technote-space/get-diff-action@v6.1.1
with:
PATTERNS: |
**/**.go
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release-sims.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ jobs:
- uses: actions/[email protected]
with:
go-version: 1.16
- uses: technote-space/get-diff-action@v5.0.2
- uses: technote-space/get-diff-action@v6.1.1
with:
PATTERNS: |
**/**.go
Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/sims.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
# - uses: actions/[email protected]
# with:
# go-version: 1.17
# - uses: technote-space/get-diff-action@v5.0.2
# - uses: technote-space/get-diff-action@v6.1.1
# with:
# PATTERNS: |
# **/**.go
Expand All @@ -54,7 +54,7 @@ jobs:
runs-on: ubuntu-latest
needs: Build
steps:
- uses: technote-space/get-diff-action@v5.0.2
- uses: technote-space/get-diff-action@v6.1.1
with:
PATTERNS: |
**/**.go
Expand Down Expand Up @@ -82,7 +82,7 @@ jobs:
with:
go-version: 1.17
- uses: actions/[email protected]
- uses: technote-space/get-diff-action@v5.0.2
- uses: technote-space/get-diff-action@v6.1.1
with:
PATTERNS: |
**/**.go
Expand All @@ -106,7 +106,7 @@ jobs:
- uses: actions/[email protected]
with:
go-version: 1.17
- uses: technote-space/get-diff-action@v5.0.2
- uses: technote-space/get-diff-action@v6.1.1
with:
PATTERNS: |
**/**.go
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
with:
go-version: 1.17
- uses: actions/[email protected]
- uses: technote-space/get-diff-action@v6.0.1
- uses: technote-space/get-diff-action@v6.1.1
with:
PATTERNS: |
**/**.go
Expand Down Expand Up @@ -64,7 +64,7 @@ jobs:
with:
go-version: 1.17
- uses: actions/checkout@v2
- uses: technote-space/get-diff-action@v6.0.1
- uses: technote-space/get-diff-action@v6.1.1
with:
PATTERNS: |
**/**.go
Expand All @@ -83,7 +83,7 @@ jobs:
- uses: actions/setup-go@v3
with:
go-version: 1.18
- uses: technote-space/get-diff-action@v6.0.1
- uses: technote-space/get-diff-action@v6.1.1
with:
PATTERNS: |
**/**.go
Expand Down

0 comments on commit 52d2713

Please sign in to comment.