Skip to content

Commit fbf8eb2

Browse files
authored
Merge pull request #580 from One-Language/dependabot/github_actions/actions/cache-5
build(deps): bump actions/cache from 4 to 5
2 parents d6b0d26 + 84d3e06 commit fbf8eb2

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
@@ -22,7 +22,7 @@ jobs:
2222
pip install pre-commit
2323
- name: Set PY
2424
run: echo "PY=$(python -VV | sha256sum | cut -d' ' -f1)" >> "$GITHUB_ENV"
25-
- uses: actions/cache@v4
25+
- uses: actions/cache@v5
2626
with:
2727
path: ~/.cache/pre-commit
2828
key: pre-commit|${{ env.PY }}|${{ hashFiles('.pre-commit-config.yaml') }}

0 commit comments

Comments
 (0)