Skip to content

Commit 5783a5b

Browse files
chore(gh-actions-deps): update actions/cache action to v4.2.3 in all dependant reusable workflows (#430)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent b4009ab commit 5783a5b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

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

+1-1
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@d4323d4df104b026a6aa633fdb11d772146be0bf # v4.2.2
74+
uses: actions/cache@5a3ec84eff668545956fd18022155c47e93e2684 # v4.2.3
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

+1-1
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@d4323d4df104b026a6aa633fdb11d772146be0bf # v4.2.2
87+
uses: actions/cache@5a3ec84eff668545956fd18022155c47e93e2684 # v4.2.3
8888
with:
8989
path: ~/.cache/pre-commit
9090
key: pre-commit|${{ env.pythonLocation }}|${{ hashFiles('.pre-commit-config.yaml')

0 commit comments

Comments
 (0)