Skip to content

Commit 1a52970

Browse files
chore(deps): Update actions/cache action to v4.2.4 (#916)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 7752349 commit 1a52970

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
@@ -165,7 +165,7 @@ jobs:
165165
echo "dir=$(python -m pip cache dir)" >> "${GITHUB_OUTPUT}"
166166
shell: bash
167167
- name: Set up pip cache
168-
uses: actions/cache@5a3ec84eff668545956fd18022155c47e93e2684 # v4.2.3
168+
uses: actions/cache@0400d5f644dc74513175e3cd8d07132dd4860809 # v4.2.4
169169
with:
170170
path: ${{ steps.pip-cache-dir.outputs.dir }}
171171
key: >-
@@ -311,7 +311,7 @@ jobs:
311311
run: >-
312312
echo "dir=$(python -m pip cache dir)" >> "${GITHUB_OUTPUT}"
313313
- name: Set up pip cache
314-
uses: actions/cache@5a3ec84eff668545956fd18022155c47e93e2684 # v4.2.3
314+
uses: actions/cache@0400d5f644dc74513175e3cd8d07132dd4860809 # v4.2.4
315315
with:
316316
path: ${{ steps.pip-cache-dir.outputs.dir }}
317317
key: >-

.github/workflows/reusable-tox.yml

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

184184
- name: Cache pre-commit.com virtualenvs
185185
if: inputs.toxenv == 'pre-commit'
186-
uses: actions/cache@5a3ec84eff668545956fd18022155c47e93e2684 # v4.2.3
186+
uses: actions/cache@0400d5f644dc74513175e3cd8d07132dd4860809 # v4.2.4
187187
with:
188188
path: ~/.cache/pre-commit
189189
key: >-
@@ -241,7 +241,7 @@ jobs:
241241
shell: bash
242242
- name: Set up pip cache
243243
if: fromJSON(steps.py-abi.outputs.is-stable-abi)
244-
uses: actions/cache@5a3ec84eff668545956fd18022155c47e93e2684 # v4.2.3
244+
uses: actions/cache@0400d5f644dc74513175e3cd8d07132dd4860809 # v4.2.4
245245
with:
246246
path: ${{ steps.pip-cache-dir.outputs.dir }}
247247
key: >-

0 commit comments

Comments
 (0)