Skip to content

Commit a502de9

Browse files
authored
Merge pull request #4 from bakerkj/renovate/github-actions
chore(deps): update actions/cache action to v5.0.5
2 parents d16b84f + 825418b commit a502de9

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)