We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 4cb4b70 + 09e7e4e commit 5ca94c1Copy full SHA for 5ca94c1
.github/workflows/lint.yml
@@ -29,7 +29,7 @@ jobs:
29
echo "LINT_CACHE_DIR=$dir" >> $GITHUB_ENV
30
31
- name: golangci-lint cache
32
- uses: actions/cache@2cdf405574d6ef1f33a1d12acccd3ae82f47b3f2 # v4.1.0
+ uses: actions/cache@1bd1e32a3bdc45362d1e726936510720a7c30a57 # v4.2.0
33
with:
34
path: |
35
${{ env.LINT_CACHE_DIR }}
0 commit comments