Skip to content

Commit 1d2850e

Browse files
ci: bump actions/cache from 5.0.4 to 5.0.5 (#10)
1 parent 7b9ac46 commit 1d2850e

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
@@ -28,7 +28,7 @@ jobs:
2828
if: inputs.commands
2929
run: ${{ inputs.commands }}
3030
- name: Cache pre-commit environments
31-
uses: actions/cache@668228422ae6a00e4ad889ee87cd7109ec5666a7 # v5.0.4
31+
uses: actions/cache@27d5ce7f107fe9357f9df03efb73ab90386fccae # v5.0.5
3232
with:
3333
path: '~/.cache/pre-commit'
3434
key: pre-commit-${{ steps.python-setup.outputs.python-version }}-${{ hashFiles('.pre-commit-config.yaml') }}

0 commit comments

Comments
 (0)