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.
1 parent 5cf4c8f commit fb8a4fdCopy full SHA for fb8a4fd
.github/workflows/package.yml
@@ -15,7 +15,7 @@ jobs:
15
runs-on: ${{ matrix.os }}
16
steps:
17
- name: Checkout
18
- uses: actions/checkout@v4
+ uses: actions/checkout@v5
19
20
- name: Install Node.js
21
uses: actions/setup-node@v4
.github/workflows/release.yml
@@ -7,7 +7,7 @@ jobs:
7
publish-extension:
8
runs-on: ubuntu-latest
9
10
- - uses: actions/checkout@v4
+ - uses: actions/checkout@v5
11
- uses: actions/setup-node@v4
12
with:
13
## make sure this corresponds with the version in test.yml
.github/workflows/test.yml
@@ -16,7 +16,7 @@ jobs:
22
0 commit comments