cleanup: pin get-diff-action uses to major version only, not minor/patch (#8368)

This commit is contained in:
M. J. Fromberger
2022-04-18 22:49:26 +00:00
committed by GitHub
parent efd4f4a40b
commit 9ea0e5efa7
6 changed files with 9 additions and 9 deletions
+2 -2
View File
@@ -20,7 +20,7 @@ jobs:
with:
go-version: "1.17"
- uses: actions/checkout@v3
- uses: technote-space/get-diff-action@v6.0.1
- uses: technote-space/get-diff-action@v6
with:
PATTERNS: |
**/**.go
@@ -42,7 +42,7 @@ jobs:
needs: tests
steps:
- uses: actions/checkout@v3
- uses: technote-space/get-diff-action@v6.0.1
- uses: technote-space/get-diff-action@v6
with:
PATTERNS: |
**/**.go