We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents e294689 + 9518c82 commit 23d1933Copy full SHA for 23d1933
.github/workflows/publish.yml
@@ -8,7 +8,7 @@ jobs:
8
runs-on: ubuntu-latest
9
steps:
10
- name: Checkout source code
11
- uses: actions/checkout@v3
+ uses: actions/checkout@v4
12
with:
13
fetch-depth: 0
14
- name: compare git commit id
@@ -27,7 +27,7 @@ jobs:
27
needs:
28
- branch-check
29
30
- - uses: actions/checkout@v3
+ - uses: actions/checkout@v4
31
- name: Install Dependencies
32
run: |
33
npm install -g @vscode/vsce
.github/workflows/test.yml
@@ -9,7 +9,7 @@ jobs:
test:
15
0 commit comments