ci(markdownlint): upgrade actions/checkout to v3 (#877)
This commit is contained in:
parent
8b249eff69
commit
dd6d738262
2
.github/workflows/markdownlint.yml
vendored
2
.github/workflows/markdownlint.yml
vendored
@ -5,6 +5,6 @@ jobs:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- name: Check out code
|
||||
uses: actions/checkout@v2
|
||||
uses: actions/checkout@v3
|
||||
- name: Run mdl
|
||||
uses: actionshub/markdownlint@2.0.2
|
||||
|
Loading…
Reference in New Issue
Block a user