Skip to content

Commit ef89ae6

Browse files
chore: update action
1 parent e7cf56b commit ef89ae6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/main.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ jobs:
4141
run: ./build_zipapp.sh
4242

4343
- name: Use Node.js
44-
uses: actions/setup-node@v2
44+
uses: actions/setup-node@v4
4545
with:
4646
node-version: 20.x
4747
cache: "npm"
@@ -62,4 +62,4 @@ jobs:
6262
VSCE_PAT: ${{secrets.MARKETPLACE_TOKEN}}
6363
GH_TOKEN: ${{secrets.GITHUB_TOKEN}}
6464
PYPI_TOKEN: ${{secrets.PYPI_TOKEN}}
65-
65+

0 commit comments

Comments
 (0)