We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e067ddb commit 90722b7Copy full SHA for 90722b7
.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@0c907a75c2c80ebcb7f088228285e798b750cf8f # v4
89
id: cache-analysis
90
with:
91
path: ${{ steps.analysis_cache.outputs.analysis_cache }}
0 commit comments