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 2525 attestations : write
2626
2727 steps :
28- - uses : actions/checkout@v4
28+ - uses : actions/checkout@v5
2929 with :
3030 fetch-depth : 0
3131 persist-credentials : false
4545 id-token : write
4646 contents : write
4747 steps :
48- - uses : actions/checkout@v4
48+ - uses : actions/checkout@v5
4949 with :
5050 persist-credentials : true
5151
8080 permissions :
8181 contents : write
8282 steps :
83- - uses : actions/checkout@v4
83+ - uses : actions/checkout@v5
8484 with :
8585 fetch-depth : 0
8686 persist-credentials : false
Original file line number Diff line number Diff line change 2727 pull-requests : write
2828
2929 steps :
30- - uses : actions/checkout@v4
30+ - uses : actions/checkout@v5
3131 with :
3232 fetch-depth : 0
3333 # persist-credentials is needed in order for us to push the release branch.
Original file line number Diff line number Diff line change 3737 package :
3838 runs-on : ubuntu-latest
3939 steps :
40- - uses : actions/checkout@v4
40+ - uses : actions/checkout@v5
4141 with :
4242 fetch-depth : 0
4343 persist-credentials : false
@@ -280,7 +280,7 @@ jobs:
280280 }}
281281
282282 steps :
283- - uses : actions/checkout@v4
283+ - uses : actions/checkout@v5
284284 with :
285285 fetch-depth : 0
286286 persist-credentials : false
Original file line number Diff line number Diff line change 2020
2121 steps :
2222 - name : Checkout
23- uses : actions/checkout@v4
23+ uses : actions/checkout@v5
2424 with :
2525 fetch-depth : 0
2626 persist-credentials : false
You can’t perform that action at this time.
0 commit comments