Skip to content

Commit a0eeefd

Browse files
deps: update actions/cache action to v5 (#1109)
1 parent e3e50e0 commit a0eeefd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/lint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ jobs:
5252
with:
5353
python-version: 3.x
5454

55-
- uses: actions/cache@v4
55+
- uses: actions/cache@v5
5656
with:
5757
path: ~/.cache/golangci-lint
5858
key: pre-commit-golangci-lint|${{ env.pythonLocation }}|${{ hashFiles('.pre-commit-config.yaml') }}|${{ hashFiles('**/*.go') }}

0 commit comments

Comments
 (0)