Skip to content

Commit ebfcaa8

Browse files
authored
Update npm-publish-linux.yml
Signed-off-by: Jianwei Mao <maojianwei2016@126.com>
1 parent 34a7b98 commit ebfcaa8

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/npm-publish-linux.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,13 +11,13 @@ jobs:
1111
publish-npm:
1212
runs-on: ubuntu-latest
1313
steps:
14-
- uses: actions/checkout@v3
15-
- uses: actions/setup-node@v3
14+
- uses: actions/checkout@v4
15+
- uses: actions/setup-node@v4
1616
with:
1717
node-version: 18
1818
registry-url: https://registry.npmjs.org/
1919
- name: Set up Go
20-
uses: actions/setup-go@v3
20+
uses: actions/setup-go@v5
2121
with:
2222
go-version: '1.24'
2323

0 commit comments

Comments
 (0)