Skip to content

Commit 0877faf

Browse files
build(deps): bump actions/cache from 4.2.1 to 4.2.2 in the actions group (#3499)
1 parent c79da99 commit 0877faf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ jobs:
5454
echo "go-mod-cache=$(go env GOMODCACHE)" >> $GITHUB_OUTPUT
5555
5656
- name: Cache go modules
57-
uses: actions/cache@0c907a75c2c80ebcb7f088228285e798b750cf8f # v4.2.1
57+
uses: actions/cache@d4323d4df104b026a6aa633fdb11d772146be0bf # v4.2.2
5858
with:
5959
path: |
6060
${{ steps.cache-paths.outputs.go-cache }}

0 commit comments

Comments
 (0)