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 30580df commit 755e244Copy full SHA for 755e244
.github/workflows/ci.yml
@@ -16,7 +16,7 @@ jobs:
16
- '18'
17
18
steps:
19
- - uses: actions/checkout@v3
+ - uses: actions/checkout@v4
20
- uses: actions/setup-node@v3
21
with:
22
node-version: ${{ matrix.node }}
.github/workflows/release.yml
@@ -11,7 +11,7 @@ jobs:
11
runs-on: ubuntu-latest
12
13
- name: Checkout
14
- uses: actions/checkout@v3
+ uses: actions/checkout@v4
15
persist-credentials: false
- name: Setup Node.js
0 commit comments