File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 2727 os : [ubuntu-latest]
2828 steps :
2929 - name : Checkout repository
30- uses : actions/checkout@v5
30+ uses : actions/checkout@v6
3131 with :
3232 ref : ${{ github.event.pull_request.head.sha }}
3333 fetch-depth : 20
4444 - name : cargo clippy (non-gating)
4545 run : cargo clippy
4646 - name : Checkout ostree-rs-ext
47- uses : actions/checkout@v5
47+ uses : actions/checkout@v6
4848 with :
4949 repository : ostreedev/ostree-rs-ext
5050 path : ostree-rs-ext
Original file line number Diff line number Diff line change 99 permissions :
1010 id-token : write # Required for OIDC token exchange
1111 steps :
12- - uses : actions/checkout@v5
12+ - uses : actions/checkout@v6
1313 - uses : rust-lang/crates-io-auth-action@v1
1414 id : auth
1515 - run : cargo publish
You can’t perform that action at this time.
0 commit comments