Skip to content

Commit bd229d3

Browse files
Update actions/cache action to v5.0.2
1 parent 9399375 commit bd229d3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/testing.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ jobs:
4949
fetch-depth: 0
5050

5151
- name: Cache go module
52-
uses: actions/cache@9255dc7a253b0ccc959486e2bca901246202afeb # v5.0.1
52+
uses: actions/cache@8b402f58fbc84540c8b491a91e594a4576fec3d7 # v5.0.2
5353
with:
5454
path: |
5555
~/.cache/go-build

0 commit comments

Comments
 (0)