We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 64c524c commit 226e10aCopy full SHA for 226e10a
.github/workflows/nodejs.yml
@@ -15,7 +15,7 @@ jobs:
15
node-version: [8.x, 10.x, 12.x]
16
17
steps:
18
- - uses: actions/checkout@v1
+ - uses: actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac # v4
19
- name: Use Node.js ${{ matrix.node-version }}
20
uses: actions/setup-node@v1
21
with:
0 commit comments