We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5285edd commit d13ee43Copy full SHA for d13ee43
.github/workflows/nodejs-pr.yaml
@@ -15,7 +15,7 @@ jobs:
15
steps:
16
- uses: actions/[email protected]
17
- name: Use Node.js ${{ matrix.node-version }}
18
- uses: actions/[email protected].1
+ uses: actions/[email protected].2
19
with:
20
node-version: ${{ matrix.node-version }}
21
0 commit comments