Skip to content

Commit d7b1cb0

Browse files
Update action
1 parent c6ab6b1 commit d7b1cb0

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/publishTags.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@ jobs:
88
deploy:
99
runs-on: ubuntu-latest
1010
steps:
11-
- uses: actions/checkout@v2
12-
- uses: actions/setup-node@v2
11+
- uses: actions/checkout@v4
12+
- uses: actions/setup-node@v4
1313
with:
1414
node-version: '16'
1515
cache: 'npm'

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
"sponsor": {
1919
"url": "https://github.com/sponsors/ChrisChinchilla"
2020
},
21-
"version": "0.30.0",
21+
"version": "0.30.1",
2222
"engines": {
2323
"vscode": "^1.100.0",
2424
"node": ">=20 <=22.11"

0 commit comments

Comments
 (0)