We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c511a19 commit 81dcd70Copy full SHA for 81dcd70
.github/workflows/nodejs.yml
@@ -13,7 +13,7 @@ jobs:
13
node-version: [14, 15]
14
15
steps:
16
- - uses: actions/checkout@v2
+ - uses: actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac # v4
17
18
- name: Use Node.js ${{ matrix.node-version }}
19
uses: actions/setup-node@v2
.github/workflows/release.yml
@@ -16,7 +16,7 @@ jobs:
matrix:
node-version: [14]
20
21
22
0 commit comments