Skip to content

Commit 2e08268

Browse files
chore(deps): update actions/cache action to v5
1 parent 04d90bb commit 2e08268

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/pre-commit.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
steps:
1313
- uses: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4.3.1
1414

15-
- uses: actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 # v4.3.0
15+
- uses: actions/cache@9255dc7a253b0ccc959486e2bca901246202afeb # v5.0.1
1616
with:
1717
path: ~/.cache/pre-commit
1818
key: ${{ hashFiles('.pre-commit-config.yaml') }}

0 commit comments

Comments
 (0)