Skip to content

Commit

Permalink
Merge pull request #219 from hashicorp/dependabot/github_actions/acti…
Browse files Browse the repository at this point in the history
…ons/cache-4.0.2

Bump actions/cache from 3.2.6 to 4.0.2
  • Loading branch information
manicminer committed May 9, 2024
2 parents acbc97c + 1661d7b commit 5e80914
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/go-retryablehttp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
- uses: actions/checkout@8f4b7f84864484a7bf31766abe9204da3cbe65b3 # v3.5.0
- run: mkdir -p "$TEST_RESULTS"/go-retryablyhttp
- name: restore_cache
uses: actions/cache@69d9d449aced6a2ede0bc19182fadc3a0a42d2b0 # v3.2.6
uses: actions/cache@0c45773b623bea8c8e75f6c82b208c3cf94ea4f9 # v4.0.2
with:
key: go-mod-v1-{{ checksum "go.sum" }}
restore-keys: go-mod-v1-{{ checksum "go.sum" }}
Expand Down

0 comments on commit 5e80914

Please sign in to comment.