22
22
runs-on : ${{ matrix.os }}
23
23
if : (github.event_name != 'pull_request') || !github.event.pull_request.head.repo.fork
24
24
steps :
25
- - uses : actions/checkout@v3
26
- - uses : actions/setup-python@v4
25
+ - uses : actions/checkout@v4
26
+ - uses : actions/setup-python@v5
27
27
if : ${{ matrix.os != 'ubuntu-latest' }}
28
28
with :
29
29
python-version : " 3.x"
49
49
- " /tmp/extremely-nonexistent-file"
50
50
if : (github.event_name != 'pull_request') || !github.event.pull_request.head.repo.fork
51
51
steps :
52
- - uses : actions/checkout@v3
52
+ - uses : actions/checkout@v4
53
53
- name : Sign artifact and publish signature
54
54
continue-on-error : true
55
55
uses : ./
70
70
runs-on : ubuntu-latest
71
71
if : (github.event_name != 'pull_request') || !github.event.pull_request.head.repo.fork
72
72
steps :
73
- - uses : actions/checkout@v3
73
+ - uses : actions/checkout@v4
74
74
- name : Sign artifact and publish signature
75
75
uses : ./
76
76
id : sigstore-python
86
86
runs-on : ubuntu-latest
87
87
if : (github.event_name != 'pull_request') || !github.event.pull_request.head.repo.fork
88
88
steps :
89
- - uses : actions/checkout@v3
89
+ - uses : actions/checkout@v4
90
90
- name : Sign artifacts and publish signatures
91
91
uses : ./
92
92
id : sigstore-python
@@ -106,7 +106,7 @@ jobs:
106
106
TEST_DIR : test
107
107
if : (github.event_name != 'pull_request') || !github.event.pull_request.head.repo.fork
108
108
steps :
109
- - uses : actions/checkout@v3
109
+ - uses : actions/checkout@v4
110
110
- name : Sign artifacts and publish signatures
111
111
continue-on-error : true
112
112
uses : ./
@@ -130,7 +130,7 @@ jobs:
130
130
runs-on : ubuntu-latest
131
131
if : (github.event_name != 'pull_request') || !github.event.pull_request.head.repo.fork
132
132
steps :
133
- - uses : actions/checkout@v3
133
+ - uses : actions/checkout@v4
134
134
- name : Sign artifacts and publish signatures
135
135
uses : ./
136
136
id : sigstore-python
@@ -153,7 +153,7 @@ jobs:
153
153
runs-on : ubuntu-latest
154
154
if : (github.event_name != 'pull_request') || !github.event.pull_request.head.repo.fork
155
155
steps :
156
- - uses : actions/checkout@v3
156
+ - uses : actions/checkout@v4
157
157
- name : Sign artifact and publish signature
158
158
uses : ./
159
159
id : sigstore-python
@@ -162,7 +162,7 @@ jobs:
162
162
staging : true
163
163
upload-signing-artifacts : true
164
164
internal-be-careful-debug : true
165
- - uses : actions/download-artifact@v3
165
+ - uses : actions/download-artifact@v4
166
166
with :
167
167
name : " signing-artifacts-${{ github.job }}"
168
168
path : ./test/uploaded
@@ -176,7 +176,7 @@ jobs:
176
176
runs-on : ubuntu-latest
177
177
if : (github.event_name != 'pull_request') || !github.event.pull_request.head.repo.fork
178
178
steps :
179
- - uses : actions/checkout@v3
179
+ - uses : actions/checkout@v4
180
180
- name : Sign artifact and publish signature
181
181
uses : ./
182
182
id : sigstore-python
@@ -197,7 +197,7 @@ jobs:
197
197
runs-on : ubuntu-latest
198
198
if : (github.event_name != 'pull_request') || !github.event.pull_request.head.repo.fork
199
199
steps :
200
- - uses : actions/checkout@v3
200
+ - uses : actions/checkout@v4
201
201
- name : Sign artifact and publish signature
202
202
uses : ./
203
203
id : sigstore-python
@@ -233,7 +233,7 @@ jobs:
233
233
234
234
if : (github.event_name != 'pull_request') || !github.event.pull_request.head.repo.fork
235
235
steps :
236
- - uses : actions/checkout@v3
236
+ - uses : actions/checkout@v4
237
237
- name : Sign artifact and publish signature
238
238
continue-on-error : true
239
239
uses : ./
@@ -259,7 +259,7 @@ jobs:
259
259
runs-on : ubuntu-latest
260
260
if : (github.event_name != 'pull_request') || !github.event.pull_request.head.repo.fork
261
261
steps :
262
- - uses : actions/checkout@v3
262
+ - uses : actions/checkout@v4
263
263
- name : Get OIDC token
264
264
id : get-oidc-token
265
265
run : |
0 commit comments