Skip to content

Commit

Permalink
Bump technote-space/get-diff-action from 4 to 5.0.2 (#1108)
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 to 5.0.2.
- [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...v5.0.2)

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

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

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Marko <marbar3778@yahoo.com>
  • Loading branch information
dependabot[bot] and tac0turtle authored Dec 16, 2021
1 parent 0f15688 commit 38d724b
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: technote-space/get-diff-action@v4
- uses: technote-space/get-diff-action@v5.0.2
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/setup-go@v2.1.3
with:
go-version: 1.16
- uses: technote-space/get-diff-action@v4
- uses: technote-space/get-diff-action@v5.0.2
with:
PATTERNS: |
**/**.go
Expand Down
10 changes: 5 additions & 5 deletions .github/workflows/sims.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
# - uses: actions/setup-go@v2.1.3
# with:
# go-version: 1.16
# - uses: technote-space/get-diff-action@v4
# - uses: technote-space/get-diff-action@v5.0.2
# with:
# PATTERNS: |
# **/**.go
Expand All @@ -54,7 +54,7 @@ jobs:
runs-on: ubuntu-latest
needs: Build
steps:
- uses: technote-space/get-diff-action@v4
- uses: technote-space/get-diff-action@v5.0.2
with:
PATTERNS: |
**/**.go
Expand Down Expand Up @@ -82,7 +82,7 @@ jobs:
with:
go-version: 1.16
- uses: actions/checkout@v2
- uses: technote-space/get-diff-action@v4
- uses: technote-space/get-diff-action@v5.0.2
with:
PATTERNS: |
**/**.go
Expand All @@ -106,7 +106,7 @@ jobs:
- uses: actions/setup-go@v2.1.3
with:
go-version: 1.16
- uses: technote-space/get-diff-action@v4
- uses: technote-space/get-diff-action@v5.0.2
with:
PATTERNS: |
**/**.go
Expand All @@ -131,7 +131,7 @@ jobs:
- uses: actions/setup-go@v2.1.3
with:
go-version: 1.16
- uses: technote-space/get-diff-action@v4
- uses: technote-space/get-diff-action@v5.0.2
with:
PATTERNS: |
**/**.go
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
with:
go-version: 1.16
- uses: actions/checkout@v2
- uses: technote-space/get-diff-action@v4
- uses: technote-space/get-diff-action@v5.0.2
with:
PATTERNS: |
**/**.go
Expand Down

0 comments on commit 38d724b

Please sign in to comment.