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 8c6450c + c02b99f commit bf5dea5Copy full SHA for bf5dea5
2 files changed
.github/workflows/lint.yml
@@ -29,7 +29,7 @@ jobs:
29
go mod verify
30
31
- name: Cache Go build cache
32
- uses: actions/cache@cdf6c1fa76f9f475f3d7449005a359c84ca0f306 # v5.0.3
+ uses: actions/cache@668228422ae6a00e4ad889ee87cd7109ec5666a7 # v5.0.4
33
with:
34
path: ~/.cache/go-build
35
key: ${{ runner.os }}-go-build-lint-${{ hashFiles('**/go.sum') }}
.github/workflows/test.yml
key: ${{ runner.os }}-go-build-${{ hashFiles('**/go.sum') }}
0 commit comments