diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 9bb16a4..5a1e925 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -81,7 +81,7 @@ jobs: echo "analysis_cache_key_int=$(make go.lint.analysiskey-interval)" >> $GITHUB_OUTPUT - name: Cache Linter Analysis - uses: actions/cache@cdf6c1fa76f9f475f3d7449005a359c84ca0f306 # v5 + uses: actions/cache@27d5ce7f107fe9357f9df03efb73ab90386fccae # v5 id: cache-analysis with: path: ${{ steps.analysis_cache.outputs.analysis_cache }}