We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e73acf0 commit 9fd86e1Copy full SHA for 9fd86e1
.github/actions/go-setup/action.yaml
@@ -6,7 +6,7 @@ runs:
6
using: composite
7
steps:
8
- name: Setup cache
9
- uses: actions/cache@0400d5f644dc74513175e3cd8d07132dd4860809 # v4
+ uses: actions/cache@cdf6c1fa76f9f475f3d7449005a359c84ca0f306 # v5
10
with:
11
path: |
12
~/.cache/go-build
.github/actions/golangci-lint-setup/action.yaml
@@ -12,7 +12,7 @@ runs:
run: |
13
echo "GOLANGCI_LINT_CACHE=$HOME/.cache/golangci-lint" >> $GITHUB_ENV
14
15
16
17
path: ${{ env.GOLANGCI_LINT_CACHE }}
18
key: ${{ runner.os }}-golangci-lint-cache-${{ hashFiles('**/go.sum') }}
0 commit comments