Skip to content

Commit d738870

Browse files
fix actions/cache version in build-test workflow
1 parent 49b6fb9 commit d738870

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build-test.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -349,7 +349,7 @@ jobs:
349349
go-version: '1.21'
350350

351351
- name: Cache Go modules
352-
uses: actions/cache@0c45773b623bea8c8e75f6c82b208c3cf94ea4f9 # v4.0.2
352+
uses: actions/cache@v4
353353
with:
354354
path: |
355355
~/go/pkg/mod

0 commit comments

Comments
 (0)