Skip to content

Commit ce62f86

Browse files
authored
Fix actions in markdown_linter (#1240)
Closes #1235
1 parent 916a9bf commit ce62f86

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/markdown_linter.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,17 +11,17 @@ jobs:
1111
markdown-link-check:
1212
runs-on: ubuntu-latest
1313
steps:
14-
- uses: actions/checkout@v3.0.2
14+
- uses: actions/checkout@93ea575cb5d8a053eaa0ac8fa3b40d7e05a33cc8
1515
- uses: gaurav-nelson/github-action-markdown-link-check@v1
1616
markdown_lint:
1717
runs-on: ubuntu-latest
1818
strategy:
1919
matrix:
2020
node-version: [ 14.x ]
2121
steps:
22-
- uses: actions/checkout@v3.0.2
22+
- uses: actions/checkout@93ea575cb5d8a053eaa0ac8fa3b40d7e05a33cc8
2323
- name: Use Node.js ${{ matrix.node-version }}
24-
uses: actions/setup-node@v3
24+
uses: actions/setup-node@8c91899e586c5b171469028077307d293428b516
2525
with:
2626
node-version: ${{ matrix.node-version }}
2727
- name: Install dependencies

0 commit comments

Comments
 (0)