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 89a6254 + 25cf917 commit 720b3d4Copy full SHA for 720b3d4
.github/workflows/ci.yml
@@ -22,7 +22,7 @@ jobs:
22
HUSKY: 0
23
steps:
24
- name: Checkout repo
25
- uses: actions/checkout@v3
+ uses: actions/checkout@v4
26
- name: Setup Node.js version ${{ matrix.node-version }}
27
uses: actions/setup-node@v3
28
with:
.github/workflows/codeql.yml
@@ -29,7 +29,7 @@ jobs:
29
30
31
- name: Checkout
32
33
34
- name: Initialize CodeQL
35
uses: github/codeql-action/init@v2
.github/workflows/release.yml
@@ -11,7 +11,7 @@ jobs:
11
12
13
14
15
- name: Setup Node.js version
16
17
0 commit comments