Skip to content

Commit 11da3d7

Browse files
authoredAug 2, 2021
Bump technote-space/get-diff-action from 4.2 to 5 (#306)
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>
1 parent da40d55 commit 11da3d7

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed
 

‎.github/workflows/test.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ jobs:
4141
- uses: actions/setup-go@v2.1.3
4242
with:
4343
go-version: 1.15
44-
- uses: technote-space/get-diff-action@v4.2
44+
- uses: technote-space/get-diff-action@v5
4545
id: git_diff
4646
with:
4747
PATTERNS: |
@@ -89,7 +89,7 @@ jobs:
8989
- uses: actions/setup-go@v2.1.3
9090
with:
9191
go-version: 1.15
92-
- uses: technote-space/get-diff-action@v4.2
92+
- uses: technote-space/get-diff-action@v5
9393
with:
9494
PATTERNS: |
9595
**/**.go
@@ -113,7 +113,7 @@ jobs:
113113
needs: tests
114114
steps:
115115
- uses: actions/checkout@v2.3.4
116-
- uses: technote-space/get-diff-action@v4.2
116+
- uses: technote-space/get-diff-action@v5
117117
with:
118118
PATTERNS: |
119119
**/**.go

0 commit comments

Comments
 (0)