We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent da40d55 commit 11da3d7Copy full SHA for 11da3d7
.github/workflows/test.yml
@@ -41,7 +41,7 @@ jobs:
41
- uses: actions/setup-go@v2.1.3
42
with:
43
go-version: 1.15
44
- - uses: technote-space/get-diff-action@v4.2
+ - uses: technote-space/get-diff-action@v5
45
id: git_diff
46
47
PATTERNS: |
@@ -89,7 +89,7 @@ jobs:
89
90
91
92
93
94
95
**/**.go
@@ -113,7 +113,7 @@ jobs:
113
needs: tests
114
steps:
115
- uses: actions/checkout@v2.3.4
116
117
118
119
0 commit comments