File tree Expand file tree Collapse file tree 4 files changed +7
-7
lines changed Expand file tree Collapse file tree 4 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 25
25
attestations : write
26
26
27
27
steps :
28
- - uses : actions/checkout@v4
28
+ - uses : actions/checkout@v5
29
29
with :
30
30
fetch-depth : 0
31
31
persist-credentials : false
45
45
id-token : write
46
46
contents : write
47
47
steps :
48
- - uses : actions/checkout@v4
48
+ - uses : actions/checkout@v5
49
49
with :
50
50
persist-credentials : true
51
51
80
80
permissions :
81
81
contents : write
82
82
steps :
83
- - uses : actions/checkout@v4
83
+ - uses : actions/checkout@v5
84
84
with :
85
85
fetch-depth : 0
86
86
persist-credentials : false
Original file line number Diff line number Diff line change 27
27
pull-requests : write
28
28
29
29
steps :
30
- - uses : actions/checkout@v4
30
+ - uses : actions/checkout@v5
31
31
with :
32
32
fetch-depth : 0
33
33
# persist-credentials is needed in order for us to push the release branch.
Original file line number Diff line number Diff line change 37
37
package :
38
38
runs-on : ubuntu-latest
39
39
steps :
40
- - uses : actions/checkout@v4
40
+ - uses : actions/checkout@v5
41
41
with :
42
42
fetch-depth : 0
43
43
persist-credentials : false
@@ -280,7 +280,7 @@ jobs:
280
280
}}
281
281
282
282
steps :
283
- - uses : actions/checkout@v4
283
+ - uses : actions/checkout@v5
284
284
with :
285
285
fetch-depth : 0
286
286
persist-credentials : false
Original file line number Diff line number Diff line change 20
20
21
21
steps :
22
22
- name : Checkout
23
- uses : actions/checkout@v4
23
+ uses : actions/checkout@v5
24
24
with :
25
25
fetch-depth : 0
26
26
persist-credentials : false
You can’t perform that action at this time.
0 commit comments