Skip to content

Commit 97dd718

Browse files
chore(gh-actions-deps): update actions/cache action to v5.0.1 in all dependant reusable workflows (#787)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 21b06e3 commit 97dd718

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/_reusable-test-code.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ jobs:
7171
- name: Install dependencies
7272
run: python -m pip install tox tox-gh-actions
7373
- name: Set up pre-commit cache
74-
uses: actions/cache@a7833574556fa59680c1b7cb190c1735db73ebf0 # v5.0.0
74+
uses: actions/cache@9255dc7a253b0ccc959486e2bca901246202afeb # v5.0.1
7575
with:
7676
path: ~/.cache/pre-commit
7777
key: pre-commit|${{ env.pythonLocation }}|${{ hashFiles('.pre-commit-config.yaml')

.github/workflows/_reusable-update-python-and-pre-commit-dependencies.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ jobs:
8484
git_commit_gpgsign: true
8585
- name: Set up pre-commit cache
8686
if: ${{ inputs.update-pre-commit || inputs.run-pre-commit }}
87-
uses: actions/cache@a7833574556fa59680c1b7cb190c1735db73ebf0 # v5.0.0
87+
uses: actions/cache@9255dc7a253b0ccc959486e2bca901246202afeb # v5.0.1
8888
with:
8989
path: ~/.cache/pre-commit
9090
key: pre-commit|${{ env.pythonLocation }}|${{ hashFiles('.pre-commit-config.yaml')

0 commit comments

Comments
 (0)