Skip to content

Commit a3905e3

Browse files
authored
Merge pull request #32 from pib/update-github-action-cache
Update to v4.0 of action/cache
2 parents 0237625 + 6e8cee1 commit a3905e3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ jobs:
8181
echo "analysis_cache_key_int=$(make go.lint.analysiskey-interval)" >> $GITHUB_OUTPUT
8282
8383
- name: Cache Linter Analysis
84-
uses: actions/cache@6849a6489940f00c2f30c0fb92c6274307ccb58a # v4
84+
uses: actions/cache@d4323d4df104b026a6aa633fdb11d772146be0bf # v4
8585
id: cache-analysis
8686
with:
8787
path: ${{ steps.analysis_cache.outputs.analysis_cache }}

0 commit comments

Comments
 (0)