Skip to content

Commit

Permalink
build(deps): Bump technote-space/get-diff-action from 4.1.1 to 4.1.2 (#…
Browse files Browse the repository at this point in the history
…437)

Bumps [technote-space/get-diff-action](https://github.com/technote-space/get-diff-action) from 4.1.1 to 4.1.2.
- [Release notes](https://github.com/technote-space/get-diff-action/releases)
- [Changelog](https://github.com/technote-space/get-diff-action/blob/master/.releasegarc)
- [Commits](technote-space/get-diff-action@v4.1.1...v4.1.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] committed Jun 25, 2021
1 parent 8da1644 commit 004a1a9
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/coverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ jobs:
with:
go-version: "1.15"
- uses: actions/checkout@v2
- uses: technote-space/get-diff-action@v4.1.1
- uses: technote-space/get-diff-action@v4.1.2
with:
PATTERNS: |
**/**.go
Expand All @@ -68,7 +68,7 @@ jobs:
with:
go-version: "1.15"
- uses: actions/checkout@v2
- uses: technote-space/get-diff-action@v4.1.1
- uses: technote-space/get-diff-action@v4.1.2
with:
PATTERNS: |
**/**.go
Expand Down Expand Up @@ -96,7 +96,7 @@ jobs:
needs: tests
steps:
- uses: actions/checkout@v2
- uses: technote-space/get-diff-action@v4.1.1
- uses: technote-space/get-diff-action@v4.1.2
with:
PATTERNS: |
**/**.go
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/e2e.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
with:
go-version: '1.15'
- uses: actions/checkout@v2
- uses: technote-space/get-diff-action@v4.1.1
- uses: technote-space/get-diff-action@v4.1.2
with:
PATTERNS: |
**/**.go
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: 4
steps:
- uses: actions/checkout@v2
- uses: technote-space/get-diff-action@v4.1.1
- uses: technote-space/get-diff-action@v4.1.2
with:
PATTERNS: |
**/**.go
Expand Down

0 comments on commit 004a1a9

Please sign in to comment.