Update checkout action

This commit is contained in:
Mariano Pérez Rodríguez 2023-04-25 16:42:49 -03:00
parent c8f3afdac6
commit fada7089bc
No known key found for this signature in database
GPG Key ID: 695E1DF7F390D47A

View File

@ -7,7 +7,7 @@ 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 markdownlint - name: Run markdownlint
uses: articulate/actions-markdownlint@v1 uses: articulate/actions-markdownlint@v1
with: with: