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 947d1a5 + 419c857 commit 83fb770Copy full SHA for 83fb770
.github/workflows/codeql-analysis.yml
@@ -20,7 +20,7 @@ jobs:
20
21
steps:
22
- name: Checkout repository
23
- uses: actions/checkout@v3
+ uses: actions/checkout@v4
24
25
- name: Initialize CodeQL
26
uses: github/codeql-action/init@v2
.github/workflows/lint.yml
@@ -14,7 +14,7 @@ jobs:
14
runs-on: ubuntu-latest
15
16
17
- - uses: actions/checkout@v3
+ - uses: actions/checkout@v4
18
- name: Use Node.js ${{ matrix.node-version }}
19
uses: actions/setup-node@v4
with:
.github/workflows/release.yml
@@ -8,7 +8,7 @@ jobs:
8
publish-npm:
9
10
11
12
- uses: actions/setup-node@v4
13
node-version: 16
0 commit comments