Skip to content

Commit 3be1e4a

Browse files
committed
modified: .github/workflows/release.yml
1 parent d5226c9 commit 3be1e4a

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
@@ -10,8 +10,8 @@ jobs:
1010
contents: read
1111
id-token: write
1212
steps:
13-
- uses: actions/checkout@v4
14-
- uses: actions/setup-node@v4
13+
- uses: actions/checkout@v5
14+
- uses: actions/setup-node@v5
1515
with:
1616
node-version: latest
1717
registry-url: "https://registry.npmjs.org"

0 commit comments

Comments
 (0)