File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 99 runs-on : ubuntu-24.04
1010 steps :
1111 - name : Check out code
12- uses : actions/checkout@v4
12+ uses : actions/checkout@v6
1313 - name : Cargo audit (for security vulnerabilities)
1414 run : |
1515 cargo install --locked cargo-audit
Original file line number Diff line number Diff line change 5656 - os : windows-11-arm
5757 name : Windows aarch64
5858 steps :
59- - uses : actions/checkout@v4
59+ - uses : actions/checkout@v6
6060 - name : Install rustup on Windows ARM
6161 if : matrix.os == 'windows-11-arm'
6262 uses : actions-rust-lang/setup-rust-toolchain@v1
Original file line number Diff line number Diff line change @@ -77,11 +77,12 @@ jobs:
7777 permissions :
7878 id-token : write
7979 attestations : write
80+ artifact-metadata : write
8081 contents : write
8182 discussions : write
8283 steps :
8384 - name : Checkout ptex ${{ needs.determine-tag.outputs.release-tag }}
84- uses : actions/checkout@v4
85+ uses : actions/checkout@v6
8586 with :
8687 ref : ${{ needs.determine-tag.outputs.release-tag }}
8788 - name : Install rustup on Windows ARM
9798 --git https://github.com/cross-rs/cross --rev e281947ca900da425e4ecea7483cfde646c8a1ea
9899 cross run -p package --target ${{ matrix.cross-target }}
99100 - name : Generate ptex ${{ needs.determine-tag.outputs.release-tag }} artifact attestations
100- uses : actions/attest-build-provenance@v1
101+ uses : actions/attest@v4
101102 with :
102103 subject-path : dist/ptex*
103104 - name : Prepare Changelog
You can’t perform that action at this time.
0 commit comments