Skip to content

Commit 61109aa

Browse files
committed
chore(ci): Upgrade release workflow actions
1 parent b932cd2 commit 61109aa

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
pull-requests: write
2121
id-token: write
2222
steps:
23-
- uses: actions/checkout@v4
23+
- uses: actions/checkout@v5
2424
with:
2525
fetch-depth: 0
2626
persist-credentials: false
@@ -73,7 +73,7 @@ jobs:
7373
run: cargo build --release --all-features
7474

7575
- name: Setup Node.js
76-
uses: actions/setup-node@v4
76+
uses: actions/setup-node@v6
7777
with:
7878
node-version: 'lts/*'
7979

0 commit comments

Comments
 (0)