Skip to content

Commit 236a5e6

Browse files
authored
Merge pull request #41 from chainguard-dev/dependabot/github_actions/actions/cache-4.2.3
Bump actions/cache from 4.2.1 to 4.2.3
2 parents 718a8c2 + 309511a commit 236a5e6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/go-test.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
1717

1818
# https://github.com/mvdan/github-actions-golang#how-do-i-set-up-caching-between-builds
19-
- uses: actions/cache@0c907a75c2c80ebcb7f088228285e798b750cf8f # v4.2.1
19+
- uses: actions/cache@5a3ec84eff668545956fd18022155c47e93e2684 # v4.2.3
2020
with:
2121
# In order:
2222
# * Module download cache

0 commit comments

Comments
 (0)