Skip to content

Commit b0640ce

Browse files
authored
fix: downgrade vsce to 2.31.0 (#1147)
1 parent 594cede commit b0640ce

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,11 +8,11 @@ jobs:
88
build:
99
runs-on: ubuntu-latest
1010
env:
11-
VSCE_COMMAND: ${{ '@vscode/vsce@2.31.1' }}
11+
VSCE_COMMAND: ${{ '@vscode/vsce@2.31.0' }}
1212
name: ci
1313
steps:
1414
- name: Checkout
15-
uses: actions/checkout@v3
15+
uses: actions/checkout@v4
1616

1717
- name: Setup Node.js
1818
uses: actions/setup-node@v1
@@ -24,7 +24,7 @@ jobs:
2424
run: |
2525
echo "dir=$(npm config get cache)" >> "$GITHUB_OUTPUT"
2626
27-
- uses: actions/cache@v2
27+
- uses: actions/cache@v4
2828
with:
2929
path: ${{ steps.npm-cache.outputs.dir }}
3030
key: ${{ runner.os }}-node-${{ hashFiles('**/package-lock.json') }}

0 commit comments

Comments
 (0)