Skip to content

Commit a2df3d1

Browse files
authored
.github: Update version comments
Signed-off-by: Stephen Augustus (he/him) <[email protected]>
1 parent 4d079a8 commit a2df3d1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/tests.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
steps:
2020
- uses: actions/checkout@2541b1294d2704b0964813337f33b291d3f8596b #v2.4.0
2121
# https://github.com/mvdan/github-actions-golang#how-do-i-set-up-caching-between-builds
22-
- uses: actions/cache@fd5de65bc895cf536527842281bea11763fefd77 #v2.1.7
22+
- uses: actions/cache@fd5de65 # 3.0.z
2323
with:
2424
# In order:
2525
# * Module download cache
@@ -55,7 +55,7 @@ jobs:
5555
steps:
5656
- uses: actions/checkout@2541b1294d2704b0964813337f33b291d3f8596b #v2.4.0
5757
# https://github.com/mvdan/github-actions-golang#how-do-i-set-up-caching-between-builds
58-
- uses: actions/cache@fd5de65bc895cf536527842281bea11763fefd77 #v2.1.7
58+
- uses: actions/cache@fd5de65 # 3.0.z
5959
with:
6060
# In order:
6161
# * Module download cache

0 commit comments

Comments
 (0)