We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 5da878f + a60a607 commit d9fbaaaCopy full SHA for d9fbaaa
.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@d4323d4df104b026a6aa633fdb11d772146be0bf # v4.2.2
+ uses: actions/cache@5a3ec84eff668545956fd18022155c47e93e2684 # v4.2.3
33
with:
34
path: |
35
${{ env.LINT_CACHE_DIR }}
0 commit comments