34
34
cache-key : ${{ steps.cache-key.outputs.key }}
35
35
steps :
36
36
- name : Check out code from GitHub
37
- uses : actions/checkout@v4.1 .1
37
+ uses : actions/checkout@v4.2 .1
38
38
- name : Generate cache-key
39
39
id : cache-key
40
40
run : echo key="${{ hashFiles('requirements.txt', 'requirements_optional.txt', 'requirements_test.txt') }}" >> $GITHUB_OUTPUT
66
66
- common
67
67
steps :
68
68
- name : Check out code from GitHub
69
- uses : actions/checkout@v4.1 .1
69
+ uses : actions/checkout@v4.2 .1
70
70
- name : Restore Python
71
71
uses : ./.github/actions/restore-python
72
72
with :
87
87
- common
88
88
steps :
89
89
- name : Check out code from GitHub
90
- uses : actions/checkout@v4.1 .1
90
+ uses : actions/checkout@v4.2 .1
91
91
- name : Restore Python
92
92
uses : ./.github/actions/restore-python
93
93
with :
@@ -108,7 +108,7 @@ jobs:
108
108
- common
109
109
steps :
110
110
- name : Check out code from GitHub
111
- uses : actions/checkout@v4.1 .1
111
+ uses : actions/checkout@v4.2 .1
112
112
- name : Restore Python
113
113
uses : ./.github/actions/restore-python
114
114
with :
@@ -129,7 +129,7 @@ jobs:
129
129
- common
130
130
steps :
131
131
- name : Check out code from GitHub
132
- uses : actions/checkout@v4.1 .1
132
+ uses : actions/checkout@v4.2 .1
133
133
- name : Restore Python
134
134
uses : ./.github/actions/restore-python
135
135
with :
@@ -150,7 +150,7 @@ jobs:
150
150
- common
151
151
steps :
152
152
- name : Check out code from GitHub
153
- uses : actions/checkout@v4.1 .1
153
+ uses : actions/checkout@v4.2 .1
154
154
- name : Restore Python
155
155
uses : ./.github/actions/restore-python
156
156
with :
@@ -199,7 +199,7 @@ jobs:
199
199
- common
200
200
steps :
201
201
- name : Check out code from GitHub
202
- uses : actions/checkout@v4.1 .1
202
+ uses : actions/checkout@v4.2 .1
203
203
- name : Restore Python
204
204
uses : ./.github/actions/restore-python
205
205
with :
@@ -229,7 +229,7 @@ jobs:
229
229
- common
230
230
steps :
231
231
- name : Check out code from GitHub
232
- uses : actions/checkout@v4.1 .1
232
+ uses : actions/checkout@v4.2 .1
233
233
- name : Restore Python
234
234
uses : ./.github/actions/restore-python
235
235
with :
@@ -254,7 +254,7 @@ jobs:
254
254
matrix : ${{ steps.set-matrix.outputs.matrix }}
255
255
steps :
256
256
- name : Check out code from GitHub
257
- uses : actions/checkout@v4.1 .1
257
+ uses : actions/checkout@v4.2 .1
258
258
- name : Find all YAML test files
259
259
id : set-matrix
260
260
run : echo "matrix=$(ls tests/test*.yaml | jq -R -s -c 'split("\n")[:-1]')" >> $GITHUB_OUTPUT
@@ -271,7 +271,7 @@ jobs:
271
271
file : ${{ fromJson(needs.compile-tests-list.outputs.matrix) }}
272
272
steps :
273
273
- name : Check out code from GitHub
274
- uses : actions/checkout@v4.1 .1
274
+ uses : actions/checkout@v4.2 .1
275
275
- name : Restore Python
276
276
uses : ./.github/actions/restore-python
277
277
with :
@@ -303,7 +303,7 @@ jobs:
303
303
file : ${{ fromJson(needs.compile-tests-list.outputs.matrix) }}
304
304
steps :
305
305
- name : Check out code from GitHub
306
- uses : actions/checkout@v4.1 .1
306
+ uses : actions/checkout@v4.2 .1
307
307
- name : Restore Python
308
308
uses : ./.github/actions/restore-python
309
309
with :
@@ -358,7 +358,7 @@ jobs:
358
358
359
359
steps :
360
360
- name : Check out code from GitHub
361
- uses : actions/checkout@v4.1 .1
361
+ uses : actions/checkout@v4.2 .1
362
362
- name : Restore Python
363
363
uses : ./.github/actions/restore-python
364
364
with :
@@ -400,7 +400,7 @@ jobs:
400
400
matrix : ${{ steps.set-matrix.outputs.matrix }}
401
401
steps :
402
402
- name : Check out code from GitHub
403
- uses : actions/checkout@v4.1 .1
403
+ uses : actions/checkout@v4.2 .1
404
404
with :
405
405
# Fetch enough history so `git merge-base refs/remotes/origin/dev HEAD` works.
406
406
fetch-depth : 500
@@ -433,7 +433,7 @@ jobs:
433
433
file : ${{ fromJson(needs.list-components.outputs.matrix) }}
434
434
steps :
435
435
- name : Check out code from GitHub
436
- uses : actions/checkout@v4.1 .1
436
+ uses : actions/checkout@v4.2 .1
437
437
- name : Restore Python
438
438
uses : ./.github/actions/restore-python
439
439
with :
0 commit comments