We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 652fe92 commit c56cb3fCopy full SHA for c56cb3f
.github/workflows/node-ci.yml
@@ -11,7 +11,7 @@ jobs:
11
node-version: [14.x, 16.x]
12
steps:
13
- name: Check out repository
14
- uses: actions/checkout@v2
+ uses: actions/checkout@v4
15
- name: Use Node.js ${{ matrix.node-version }}
16
uses: actions/setup-node@v2
17
with:
.github/workflows/release.yml
@@ -9,7 +9,7 @@ jobs:
9
runs-on: ubuntu-latest
10
- name: Checkout
fetch-depth: 0
- name: Setup Node.js
0 commit comments