We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6e64868 commit 87bb680Copy full SHA for 87bb680
1 file changed
.github/workflows/ci.yml
@@ -85,7 +85,7 @@ jobs:
85
echo "analysis_cache_key_int=$(make go.lint.analysiskey-interval)" >> $GITHUB_OUTPUT
86
87
- name: Cache Linter Analysis
88
- uses: actions/cache@1bd1e32a3bdc45362d1e726936510720a7c30a57 # v4
+ uses: actions/cache@d4323d4df104b026a6aa633fdb11d772146be0bf # v4
89
id: cache-analysis
90
with:
91
path: ${{ steps.analysis_cache.outputs.analysis_cache }}
0 commit comments