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 916a9bf commit ce62f86Copy full SHA for ce62f86
.github/workflows/markdown_linter.yml
@@ -11,17 +11,17 @@ jobs:
11
markdown-link-check:
12
runs-on: ubuntu-latest
13
steps:
14
- - uses: actions/checkout@v3.0.2
+ - uses: actions/checkout@93ea575cb5d8a053eaa0ac8fa3b40d7e05a33cc8
15
- uses: gaurav-nelson/github-action-markdown-link-check@v1
16
markdown_lint:
17
18
strategy:
19
matrix:
20
node-version: [ 14.x ]
21
22
23
- name: Use Node.js ${{ matrix.node-version }}
24
- uses: actions/setup-node@v3
+ uses: actions/setup-node@8c91899e586c5b171469028077307d293428b516
25
with:
26
node-version: ${{ matrix.node-version }}
27
- name: Install dependencies
0 commit comments