Skip to content

Commit 825418b

Browse files
chore(deps): update actions/cache action to v5.0.5
1 parent d16b84f commit 825418b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/pre-commit.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
with:
1515
python-version: "3.14"
1616
enable-cache: true
17-
- uses: actions/cache@v5.0.4
17+
- uses: actions/cache@v5.0.5
1818
with:
1919
path: ~/.cache/pre-commit
2020
key: pre-commit-${{ hashFiles('.pre-commit-config.yaml') }}

0 commit comments

Comments
 (0)