mirror of
https://github.com/chrislgarry/Apollo-11.git
synced 2025-02-13 16:24:37 +00:00
ci(markdownlint): upgrade actions/checkout to v3 (#877)
This commit is contained in:
parent
8b249eff69
commit
dd6d738262
1 changed files with 1 additions and 1 deletions
2
.github/workflows/markdownlint.yml
vendored
2
.github/workflows/markdownlint.yml
vendored
|
@ -5,6 +5,6 @@ jobs:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- name: Check out code
|
- name: Check out code
|
||||||
uses: actions/checkout@v2
|
uses: actions/checkout@v3
|
||||||
- name: Run mdl
|
- name: Run mdl
|
||||||
uses: actionshub/markdownlint@2.0.2
|
uses: actionshub/markdownlint@2.0.2
|
||||||
|
|
Loading…
Add table
Reference in a new issue