File tree 4 files changed +9
-9
lines changed 4 files changed +9
-9
lines changed Original file line number Diff line number Diff line change @@ -264,7 +264,7 @@ jobs:
264
264
- name : Set up pip cache
265
265
if : >-
266
266
steps.request-check.outputs.release-requested != 'true'
267
- uses : actions/cache@v4.0.0
267
+ uses : actions/cache@v4.0.2
268
268
with :
269
269
path : >-
270
270
${{
@@ -457,7 +457,7 @@ jobs:
457
457
print(f'py-hash-key={hash}', file=outputs_file)
458
458
shell: python
459
459
- name : Set up pip cache
460
- uses : actions/cache@v4.0.0
460
+ uses : actions/cache@v4.0.2
461
461
with :
462
462
path : >-
463
463
${{
@@ -908,7 +908,7 @@ jobs:
908
908
print(f'py-hash-key={hash}', file=outputs_file)
909
909
shell: python
910
910
- name : Set up pip cache
911
- uses : actions/cache@v4.0.0
911
+ uses : actions/cache@v4.0.2
912
912
with :
913
913
path : >-
914
914
${{
@@ -1475,7 +1475,7 @@ jobs:
1475
1475
print(f'py-hash-key={hash}', file=outputs_file)
1476
1476
shell: python
1477
1477
- name : Set up pip cache
1478
- uses : actions/cache@v4.0.0
1478
+ uses : actions/cache@v4.0.2
1479
1479
with :
1480
1480
path : >-
1481
1481
${{
@@ -1838,7 +1838,7 @@ jobs:
1838
1838
print(f'py-hash-key={hash}', file=outputs_file)
1839
1839
shell: python
1840
1840
- name : Set up pip cache
1841
- uses : actions/cache@v4.0.0
1841
+ uses : actions/cache@v4.0.2
1842
1842
with :
1843
1843
path : >-
1844
1844
${{
Original file line number Diff line number Diff line change @@ -123,7 +123,7 @@ jobs:
123
123
print(f'py-hash-key={hash}', file=outputs_file)
124
124
shell: python
125
125
- name : Set up pip cache
126
- uses : actions/cache@v4.0.0
126
+ uses : actions/cache@v4.0.2
127
127
with :
128
128
path : >-
129
129
${{
Original file line number Diff line number Diff line change 56
56
print(f'py-hash-key={hash}', file=outputs_file)
57
57
shell: python
58
58
- name : Pre-commit cache
59
- uses : actions/cache@v4.0.0
59
+ uses : actions/cache@v4.0.2
60
60
with :
61
61
path : ~/.cache/pre-commit
62
62
key : >-
67
67
hashFiles('.pre-commit-config.yaml') }}-${{
68
68
hashFiles('pytest.ini') }}
69
69
- name : Pip cache
70
- uses : actions/cache@v4.0.0
70
+ uses : actions/cache@v4.0.2
71
71
with :
72
72
path : ~/.cache/pip
73
73
key : >-
Original file line number Diff line number Diff line change @@ -151,7 +151,7 @@ jobs:
151
151
shell: python
152
152
- name : Set up pip cache
153
153
if : fromJSON(steps.py-abi.outputs.is-stable-abi)
154
- uses : actions/cache@v4.0.0
154
+ uses : actions/cache@v4.0.2
155
155
with :
156
156
path : >-
157
157
${{
You can’t perform that action at this time.
0 commit comments