Skip to content

Commit

Permalink
build(deps): bump technote-space/get-diff-action from 5.0.1 to 5.0.2 (#…
Browse files Browse the repository at this point in the history
…379)

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

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

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] authored Nov 18, 2021
1 parent 8f1fb86 commit e1097a2
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 12 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
timeout-minutes: 6
steps:
- uses: actions/checkout@v2
- uses: technote-space/get-diff-action@v5.0.1
- uses: technote-space/get-diff-action@v5.0.2
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 @@ -56,7 +56,7 @@ jobs:
go-version: 1.15
- name: Display go version
run: go version
- uses: technote-space/get-diff-action@v5.0.1
- uses: technote-space/get-diff-action@v5.0.2
with:
PATTERNS: |
**/**.go
Expand All @@ -83,7 +83,7 @@ jobs:
go-version: 1.15
- name: Display go version
run: go version
- uses: technote-space/get-diff-action@v5.0.1
- uses: technote-space/get-diff-action@v5.0.2
with:
PATTERNS: |
**/**.go
Expand Down Expand Up @@ -112,7 +112,7 @@ jobs:
go-version: 1.15
- name: Display go version
run: go version
- uses: technote-space/get-diff-action@v5.0.1
- uses: technote-space/get-diff-action@v5.0.2
with:
PATTERNS: |
**/**.go
Expand Down Expand Up @@ -141,7 +141,7 @@ jobs:
go-version: 1.15
- name: Display go version
run: go version
- uses: technote-space/get-diff-action@v5.0.1
- uses: technote-space/get-diff-action@v5.0.2
with:
PATTERNS: |
**/**.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 @@ -55,7 +55,7 @@ jobs:
- uses: actions/setup-go@v2.1.4
with:
go-version: 1.15
- uses: technote-space/get-diff-action@v5.0.1
- uses: technote-space/get-diff-action@v5.0.2
id: git_diff
with:
PATTERNS: |
Expand All @@ -75,7 +75,7 @@ jobs:
# go-version: 1.15
# - name: Display go version
# run: go version
# - uses: technote-space/get-diff-action@v5.0.1
# - uses: technote-space/get-diff-action@v5.0.2
# id: git_diff
# with:
# PREFIX_FILTER: |
Expand Down Expand Up @@ -126,7 +126,7 @@ jobs:
- uses: actions/setup-go@v2.1.4
with:
go-version: 1.15
- uses: technote-space/get-diff-action@v5.0.1
- uses: technote-space/get-diff-action@v5.0.2
with:
PATTERNS: |
**/**.go
Expand All @@ -150,7 +150,7 @@ jobs:
needs: tests
steps:
- uses: actions/checkout@v2
- uses: technote-space/get-diff-action@v5.0.1
- uses: technote-space/get-diff-action@v5.0.2
with:
PATTERNS: |
**/**.go
Expand Down Expand Up @@ -203,7 +203,7 @@ jobs:
- uses: actions/setup-go@v2.1.4
with:
go-version: 1.15
- uses: technote-space/get-diff-action@v5.0.1
- uses: technote-space/get-diff-action@v5.0.2
with:
PATTERNS: |
**/**.go
Expand All @@ -228,7 +228,7 @@ jobs:
timeout-minutes: 5
steps:
- uses: actions/checkout@v2
- uses: technote-space/get-diff-action@v5.0.1
- uses: technote-space/get-diff-action@v5.0.2
id: git_diff
with:
PATTERNS: |
Expand Down Expand Up @@ -269,7 +269,7 @@ jobs:
# - uses: actions/setup-go@v2.1.4
# with:
# go-version: 1.15
# - uses: technote-space/get-diff-action@v5.0.1
# - uses: technote-space/get-diff-action@v5.0.2
# id: git_diff
# with:
# PATTERNS: |
Expand Down

0 comments on commit e1097a2

Please sign in to comment.