Skip to content

Commit 8dd8549

Browse files
committed
Upgrade actions.
1 parent f405a35 commit 8dd8549

3 files changed

Lines changed: 5 additions & 4 deletions

File tree

.github/workflows/audit.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
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

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ jobs:
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

.github/workflows/release.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff 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
@@ -97,7 +98,7 @@ jobs:
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

0 commit comments

Comments
 (0)