Skip to content

Commit

Permalink
Bump technote-space/get-diff-action from 4.2 to 5 (#109)
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] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] committed Aug 5, 2021
1 parent 01c7d4e commit c851557
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 11 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:
timeout-minutes: 6
steps:
- uses: actions/checkout@v2
- uses: technote-space/get-diff-action@v4.2
- uses: technote-space/get-diff-action@v5
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 @@ -54,7 +54,7 @@ jobs:
go-version: 1.15
- name: Display go version
run: go version
- uses: technote-space/get-diff-action@v4.2
- uses: technote-space/get-diff-action@v5
with:
PATTERNS: |
**/**.go
Expand All @@ -80,7 +80,7 @@ jobs:
go-version: 1.15
- name: Display go version
run: go version
- uses: technote-space/get-diff-action@v4.2
- uses: technote-space/get-diff-action@v5
with:
SUFFIX_FILTER: |
**/**.go
Expand Down Expand Up @@ -108,7 +108,7 @@ jobs:
go-version: 1.15
- name: Display go version
run: go version
- uses: technote-space/get-diff-action@v4.2
- uses: technote-space/get-diff-action@v5
with:
SUFFIX_FILTER: |
**/**.go
Expand Down Expand Up @@ -136,7 +136,7 @@ jobs:
go-version: 1.15
- name: Display go version
run: go version
- uses: technote-space/get-diff-action@v4.2
- uses: technote-space/get-diff-action@v5
with:
SUFFIX_FILTER: |
**/**.go
Expand Down
12 changes: 6 additions & 6 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:
# go-version: 1.15
# - name: Display go version
# run: go version
# - uses: technote-space/get-diff-action@v4.2
# - uses: technote-space/get-diff-action@v5
# id: git_diff
# with:
# PREFIX_FILTER: |
Expand Down Expand Up @@ -92,7 +92,7 @@ jobs:
- uses: actions/setup-go@v2.1.3
with:
go-version: 1.15
- uses: technote-space/get-diff-action@v4.2
- uses: technote-space/get-diff-action@v5
with:
PATTERNS: |
**/**.go
Expand All @@ -116,7 +116,7 @@ jobs:
needs: tests
steps:
- uses: actions/checkout@v2
- uses: technote-space/get-diff-action@v4.2
- uses: technote-space/get-diff-action@v5
with:
PATTERNS: |
**/**.go
Expand Down Expand Up @@ -170,7 +170,7 @@ jobs:
- uses: actions/setup-go@v2.1.3
with:
go-version: 1.15
- uses: technote-space/get-diff-action@v4.2
- uses: technote-space/get-diff-action@v5
with:
PATTERNS: |
**/**.go
Expand All @@ -195,7 +195,7 @@ jobs:
timeout-minutes: 5
steps:
- uses: actions/checkout@v2
- uses: technote-space/get-diff-action@v4.2
- uses: technote-space/get-diff-action@v5
id: git_diff
with:
PATTERNS: |
Expand Down Expand Up @@ -236,7 +236,7 @@ jobs:
# - uses: actions/setup-go@v2.1.3
# with:
# go-version: 1.15
# - uses: technote-space/get-diff-action@v4.2
# - uses: technote-space/get-diff-action@v5
# id: git_diff
# with:
# PATTERNS: |
Expand Down

0 comments on commit c851557

Please sign in to comment.