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 17a4a13 commit f1ddd05Copy full SHA for f1ddd05
.github/workflows/test.yaml
@@ -9,7 +9,7 @@ jobs:
9
matrix:
10
node-version: [14.x, 16.x]
11
steps:
12
- - uses: actions/checkout@8e5e7e5ab8b370d6c329ec480221332ada57f0ab # v3
+ - uses: actions/checkout@c85c95e3d7251135ab7dc9ce3241c5835cc595a9 # v3
13
- name: Use Node.js ${{ matrix.node-version }}
14
uses: actions/setup-node@64ed1c7eab4cce3362f8c340dee64e5eaeef8f7c # v3
15
with:
0 commit comments