Skip to content

Commit 9fd86e1

Browse files
chore(deps): update actions/cache action to v5
1 parent e73acf0 commit 9fd86e1

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/actions/go-setup/action.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ runs:
66
using: composite
77
steps:
88
- name: Setup cache
9-
uses: actions/cache@0400d5f644dc74513175e3cd8d07132dd4860809 # v4
9+
uses: actions/cache@cdf6c1fa76f9f475f3d7449005a359c84ca0f306 # v5
1010
with:
1111
path: |
1212
~/.cache/go-build

.github/actions/golangci-lint-setup/action.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ runs:
1212
run: |
1313
echo "GOLANGCI_LINT_CACHE=$HOME/.cache/golangci-lint" >> $GITHUB_ENV
1414
- name: Setup cache
15-
uses: actions/cache@0400d5f644dc74513175e3cd8d07132dd4860809 # v4
15+
uses: actions/cache@cdf6c1fa76f9f475f3d7449005a359c84ca0f306 # v5
1616
with:
1717
path: ${{ env.GOLANGCI_LINT_CACHE }}
1818
key: ${{ runner.os }}-golangci-lint-cache-${{ hashFiles('**/go.sum') }}

0 commit comments

Comments
 (0)