Skip to content

Commit 5010b4b

Browse files
chore(deps): update actions/cache action to v5 (#322)
1 parent 7161ac9 commit 5010b4b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/pre-commit.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ jobs:
5353
pip install pre-commit
5454
5555
- name: Cache pre-commit hooks
56-
uses: actions/cache@v4
56+
uses: actions/cache@v5
5757
with:
5858
path: ~/.cache/pre-commit
5959
key: pre-commit-${{ runner.os }}-${{ hashFiles('.pre-commit-config.yaml') }}-v3

0 commit comments

Comments
 (0)