Skip to content

Commit

Permalink
build(deps): bump technote-space/get-diff-action from 4 to 5 (cosmos#…
Browse files Browse the repository at this point in the history
…9834)

Bumps [technote-space/get-diff-action](https://github.com/technote-space/get-diff-action) from 4 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...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]>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Aug 4, 2021
1 parent 18eea3a commit f27c7ce
Show file tree
Hide file tree
Showing 5 changed files with 17 additions and 17 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/atlas.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,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
id: git_diff
with:
PATTERNS: |
Expand All @@ -30,7 +30,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
id: git_diff
with:
PATTERNS: |
Expand All @@ -45,7 +45,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
id: git_diff
with:
PATTERNS: |
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: 6
steps:
- uses: actions/checkout@v2
- uses: technote-space/get-diff-action@v4
- uses: technote-space/get-diff-action@v5
with:
PATTERNS: |
**/**.go
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/proto.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
timeout-minutes: 5
steps:
- uses: actions/checkout@master
- uses: technote-space/get-diff-action@v4
- uses: technote-space/get-diff-action@v5
with:
PATTERNS: |
**/**.proto
Expand All @@ -21,7 +21,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@master
- uses: technote-space/get-diff-action@v4
- uses: technote-space/get-diff-action@v5
with:
PATTERNS: |
**/**.proto
Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/sims.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ jobs:
go-version: 1.16
- name: Display go version
run: go version
- uses: technote-space/get-diff-action@v4
- uses: technote-space/get-diff-action@v5
with:
PATTERNS: |
**/**.go
Expand All @@ -72,7 +72,7 @@ jobs:
go-version: 1.16
- name: Display go version
run: go version
- uses: technote-space/get-diff-action@v4
- uses: technote-space/get-diff-action@v5
with:
SUFFIX_FILTER: |
**/**.go
Expand Down Expand Up @@ -100,7 +100,7 @@ jobs:
go-version: 1.16
- name: Display go version
run: go version
- uses: technote-space/get-diff-action@v4
- uses: technote-space/get-diff-action@v5
with:
SUFFIX_FILTER: |
**/**.go
Expand Down Expand Up @@ -128,7 +128,7 @@ jobs:
go-version: 1.16
- name: Display go version
run: go version
- uses: technote-space/get-diff-action@v4
- 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 @@ -33,7 +33,7 @@ jobs:
- uses: actions/[email protected]
with:
go-version: 1.16
- uses: technote-space/get-diff-action@v4
- uses: technote-space/get-diff-action@v5
id: git_diff
with:
PATTERNS: |
Expand All @@ -52,7 +52,7 @@ jobs:
go-version: 1.16
- name: Display go version
run: go version
- uses: technote-space/get-diff-action@v4
- uses: technote-space/get-diff-action@v5
id: git_diff
with:
PREFIX_FILTER: |
Expand Down Expand Up @@ -103,7 +103,7 @@ jobs:
- uses: actions/[email protected]
with:
go-version: 1.16
- uses: technote-space/get-diff-action@v4
- uses: technote-space/get-diff-action@v5
with:
PATTERNS: |
**/**.go
Expand All @@ -127,7 +127,7 @@ jobs:
needs: tests
steps:
- uses: actions/checkout@v2
- uses: technote-space/get-diff-action@v4
- uses: technote-space/get-diff-action@v5
with:
PATTERNS: |
**/**.go
Expand Down Expand Up @@ -181,7 +181,7 @@ jobs:
- uses: actions/[email protected]
with:
go-version: 1.16
- uses: technote-space/get-diff-action@v4
- uses: technote-space/get-diff-action@v5
with:
PATTERNS: |
**/**.go
Expand All @@ -205,7 +205,7 @@ jobs:
timeout-minutes: 10
steps:
- uses: actions/checkout@v2
- uses: technote-space/get-diff-action@v4
- uses: technote-space/get-diff-action@v5
id: git_diff
with:
PATTERNS: |
Expand All @@ -225,7 +225,7 @@ jobs:
- uses: actions/[email protected]
with:
go-version: 1.16
- uses: technote-space/get-diff-action@v4
- uses: technote-space/get-diff-action@v5
id: git_diff
with:
PATTERNS: |
Expand Down

0 comments on commit f27c7ce

Please sign in to comment.