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 179ac24 commit 82ba917Copy full SHA for 82ba917
.github/workflows/lint.yml
@@ -8,7 +8,7 @@ jobs:
8
# https://nodejs.org/en/about/releases/
9
node-version: ['16', '18', '20']
10
steps:
11
- - uses: actions/checkout@v3
+ - uses: actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac # v4
12
- uses: actions/setup-node@v3
13
with:
14
node-version: ${{ matrix.node-version }}
0 commit comments