Skip to content

Commit 355362d

Browse files
authored
Merge pull request #601 from One-Language/dependabot/github_actions/github-actions-dependencies-20de5e3257
build(deps): bump actions/cache from 5.0.4 to 5.0.5 in the github-actions-dependencies group
2 parents 961327c + 52eaaeb commit 355362d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.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@v5.0.4
25+
- uses: actions/cache@v5.0.5
2626
with:
2727
path: ~/.cache/pre-commit
2828
key: pre-commit|${{ env.PY }}|${{ hashFiles('.pre-commit-config.yaml') }}

0 commit comments

Comments
 (0)