Skip to content

Commit 6cc5fd7

Browse files
chore(deps): Update actions/cache action to v4.2.3 (#881)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 8931c65 commit 6cc5fd7

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/ci-cd.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -161,7 +161,7 @@ jobs:
161161
echo "dir=$(python -m pip cache dir)" >> "${GITHUB_OUTPUT}"
162162
shell: bash
163163
- name: Set up pip cache
164-
uses: actions/cache@d4323d4df104b026a6aa633fdb11d772146be0bf # v4.2.2
164+
uses: actions/cache@5a3ec84eff668545956fd18022155c47e93e2684 # v4.2.3
165165
with:
166166
path: ${{ steps.pip-cache-dir.outputs.dir }}
167167
key: >-
@@ -307,7 +307,7 @@ jobs:
307307
run: >-
308308
echo "dir=$(python -m pip cache dir)" >> "${GITHUB_OUTPUT}"
309309
- name: Set up pip cache
310-
uses: actions/cache@d4323d4df104b026a6aa633fdb11d772146be0bf # v4.2.2
310+
uses: actions/cache@5a3ec84eff668545956fd18022155c47e93e2684 # v4.2.3
311311
with:
312312
path: ${{ steps.pip-cache-dir.outputs.dir }}
313313
key: >-

.github/workflows/reusable-tox.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -181,7 +181,7 @@ jobs:
181181

182182
- name: Cache pre-commit.com virtualenvs
183183
if: inputs.toxenv == 'pre-commit'
184-
uses: actions/cache@d4323d4df104b026a6aa633fdb11d772146be0bf # v4.2.2
184+
uses: actions/cache@5a3ec84eff668545956fd18022155c47e93e2684 # v4.2.3
185185
with:
186186
path: ~/.cache/pre-commit
187187
key: >-
@@ -239,7 +239,7 @@ jobs:
239239
shell: bash
240240
- name: Set up pip cache
241241
if: fromJSON(steps.py-abi.outputs.is-stable-abi)
242-
uses: actions/cache@d4323d4df104b026a6aa633fdb11d772146be0bf # v4.2.2
242+
uses: actions/cache@5a3ec84eff668545956fd18022155c47e93e2684 # v4.2.3
243243
with:
244244
path: ${{ steps.pip-cache-dir.outputs.dir }}
245245
key: >-

0 commit comments

Comments
 (0)