Skip to content

Commit

Permalink
Merge pull request #30 from chainguard-dev/dependabot/github_actions/…
Browse files Browse the repository at this point in the history
…actions/cache-4.2.0

Bump actions/cache from 4.0.2 to 4.2.0
  • Loading branch information
k4leung4 authored Dec 12, 2024
2 parents 16aa33c + c490f57 commit 56dd24d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/go-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7

# https://github.com/mvdan/github-actions-golang#how-do-i-set-up-caching-between-builds
- uses: actions/cache@0c45773b623bea8c8e75f6c82b208c3cf94ea4f9 # v4.0.2
- uses: actions/cache@1bd1e32a3bdc45362d1e726936510720a7c30a57 # v4.2.0
with:
# In order:
# * Module download cache
Expand Down

0 comments on commit 56dd24d

Please sign in to comment.