ci(markdownlint): upgrade actions/checkout to v3 (#877)

pull/764/merge
Oscar Dominguez 2022-10-03 15:40:17 +02:00 committed by GitHub
parent 8b249eff69
commit dd6d738262
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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