File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2121 name : Semver Checks
2222 runs-on : ubuntu-24.04
2323 steps :
24- - uses : actions/checkout@v6
24+ - uses : actions/checkout@v7
2525 - uses : obi1kenobi/cargo-semver-checks-action@v2
2626 with :
2727 # Pinned until cargo-semver-checks supports rustdoc format v57 (Rust 1.93+)
3232 runs-on : ubuntu-latest
3333 steps :
3434 - name : Check out repository
35- uses : actions/checkout@v6
35+ uses : actions/checkout@v7
3636 - name : Set up Rust
3737 uses : bootc-dev/actions/setup-rust@main
3838 - name : Install tools
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@v6
12+ - uses : actions/checkout@v7
1313 - uses : rust-lang/crates-io-auth-action@v1
1414 id : auth
1515 - run : cargo publish
Original file line number Diff line number Diff line change 1717 runs-on : ubuntu-24.04
1818 steps :
1919 - name : Checkout
20- uses : actions/checkout@v6
20+ uses : actions/checkout@v7
2121 with :
2222 fetch-depth : 0
2323
You can’t perform that action at this time.
0 commit comments