Skip to content

Commit b1335d4

Browse files
authored
Merge pull request #585 from ansible/dependabot/github_actions/actions/cache-4.0.2
2 parents 9128f3b + f3701b6 commit b1335d4

File tree

4 files changed

+9
-9
lines changed

4 files changed

+9
-9
lines changed

.github/workflows/ci-cd.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -264,7 +264,7 @@ jobs:
264264
- name: Set up pip cache
265265
if: >-
266266
steps.request-check.outputs.release-requested != 'true'
267-
uses: actions/cache@v4.0.0
267+
uses: actions/cache@v4.0.2
268268
with:
269269
path: >-
270270
${{
@@ -457,7 +457,7 @@ jobs:
457457
print(f'py-hash-key={hash}', file=outputs_file)
458458
shell: python
459459
- name: Set up pip cache
460-
uses: actions/cache@v4.0.0
460+
uses: actions/cache@v4.0.2
461461
with:
462462
path: >-
463463
${{
@@ -908,7 +908,7 @@ jobs:
908908
print(f'py-hash-key={hash}', file=outputs_file)
909909
shell: python
910910
- name: Set up pip cache
911-
uses: actions/cache@v4.0.0
911+
uses: actions/cache@v4.0.2
912912
with:
913913
path: >-
914914
${{
@@ -1475,7 +1475,7 @@ jobs:
14751475
print(f'py-hash-key={hash}', file=outputs_file)
14761476
shell: python
14771477
- name: Set up pip cache
1478-
uses: actions/cache@v4.0.0
1478+
uses: actions/cache@v4.0.2
14791479
with:
14801480
path: >-
14811481
${{
@@ -1838,7 +1838,7 @@ jobs:
18381838
print(f'py-hash-key={hash}', file=outputs_file)
18391839
shell: python
18401840
- name: Set up pip cache
1841-
uses: actions/cache@v4.0.0
1841+
uses: actions/cache@v4.0.2
18421842
with:
18431843
path: >-
18441844
${{

.github/workflows/reusable-build-wheel.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,7 @@ jobs:
123123
print(f'py-hash-key={hash}', file=outputs_file)
124124
shell: python
125125
- name: Set up pip cache
126-
uses: actions/cache@v4.0.0
126+
uses: actions/cache@v4.0.2
127127
with:
128128
path: >-
129129
${{

.github/workflows/reusable-linters.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ jobs:
5656
print(f'py-hash-key={hash}', file=outputs_file)
5757
shell: python
5858
- name: Pre-commit cache
59-
uses: actions/cache@v4.0.0
59+
uses: actions/cache@v4.0.2
6060
with:
6161
path: ~/.cache/pre-commit
6262
key: >-
@@ -67,7 +67,7 @@ jobs:
6767
hashFiles('.pre-commit-config.yaml') }}-${{
6868
hashFiles('pytest.ini') }}
6969
- name: Pip cache
70-
uses: actions/cache@v4.0.0
70+
uses: actions/cache@v4.0.2
7171
with:
7272
path: ~/.cache/pip
7373
key: >-

.github/workflows/reusable-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -151,7 +151,7 @@ jobs:
151151
shell: python
152152
- name: Set up pip cache
153153
if: fromJSON(steps.py-abi.outputs.is-stable-abi)
154-
uses: actions/cache@v4.0.0
154+
uses: actions/cache@v4.0.2
155155
with:
156156
path: >-
157157
${{

0 commit comments

Comments
 (0)