Skip to content

Commit

Permalink
chore(deps): Bump technote-space/get-diff-action from 6.1.0 to 6.1.1 (#…
Browse files Browse the repository at this point in the history
…719)

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

---
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>

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 Oct 17, 2022
1 parent 00ab960 commit a389b63
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 @@ -19,7 +19,7 @@ jobs:
with:
go-version: 1.18
- uses: actions/checkout@v3
- uses: technote-space/get-diff-action@v6.1.0
- 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 @@ -56,7 +56,7 @@ jobs:
go-version: 1.18
- name: Display go version
run: go version
- uses: technote-space/get-diff-action@v6.1.0
- uses: technote-space/get-diff-action@v6.1.1
with:
PATTERNS: |
**/**.go
Expand All @@ -83,7 +83,7 @@ jobs:
go-version: 1.18
- name: Display go version
run: go version
- uses: technote-space/get-diff-action@v6.1.0
- uses: technote-space/get-diff-action@v6.1.1
with:
PATTERNS: |
**/**.go
Expand Down Expand Up @@ -112,7 +112,7 @@ jobs:
go-version: 1.18
- name: Display go version
run: go version
- uses: technote-space/get-diff-action@v6.1.0
- uses: technote-space/get-diff-action@v6.1.1
with:
PATTERNS: |
**/**.go
Expand Down Expand Up @@ -141,7 +141,7 @@ jobs:
go-version: 1.18
- name: Display go version
run: go version
- uses: technote-space/get-diff-action@v6.1.0
- uses: technote-space/get-diff-action@v6.1.1
with:
PATTERNS: |
**/**.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 @@ -50,7 +50,7 @@ jobs:
- uses: actions/setup-go@v3.3.0
with:
go-version: 1.18
- uses: technote-space/get-diff-action@v6.1.0
- uses: technote-space/get-diff-action@v6.1.1
id: git_diff
with:
PATTERNS: |
Expand All @@ -70,7 +70,7 @@ jobs:
# go-version: 1.18
# - name: Display go version
# run: go version
# - uses: technote-space/get-diff-action@v6.1.0
# - uses: technote-space/get-diff-action@v6.1.1
# id: git_diff
# with:
# PREFIX_FILTER: |
Expand Down Expand Up @@ -121,7 +121,7 @@ jobs:
- uses: actions/setup-go@v3.3.0
with:
go-version: 1.18
- uses: technote-space/get-diff-action@v6.1.0
- uses: technote-space/get-diff-action@v6.1.1
with:
PATTERNS: |
**/**.go
Expand All @@ -148,7 +148,7 @@ jobs:
needs: tests
steps:
- uses: actions/checkout@v3
- uses: technote-space/get-diff-action@v6.1.0
- uses: technote-space/get-diff-action@v6.1.1
with:
PATTERNS: |
**/**.go
Expand Down Expand Up @@ -201,7 +201,7 @@ jobs:
- uses: actions/setup-go@v3.3.0
with:
go-version: 1.18
- uses: technote-space/get-diff-action@v6.1.0
- uses: technote-space/get-diff-action@v6.1.1
with:
PATTERNS: |
**/**.go
Expand Down Expand Up @@ -251,7 +251,7 @@ jobs:
# - uses: actions/setup-go@v2.1.3
# with:
# go-version: 1.18
# - uses: technote-space/get-diff-action@v6.1.0
# - uses: technote-space/get-diff-action@v6.1.1
# id: git_diff
# with:
# PATTERNS: |
Expand Down

0 comments on commit a389b63

Please sign in to comment.