Update workflows to actions/checkout@v4 (#8938)

This commit is contained in:
Maximilian Downey Twiss
2023-11-13 16:40:15 +11:00
committed by GitHub
parent 76128a091c
commit 3e2fa11072
7 changed files with 7 additions and 15 deletions

View File

@@ -5,9 +5,7 @@ jobs:
markdown-lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
with:
fetch-depth: 0
- uses: actions/checkout@v4
- name: Markdown-lint
uses: bewuethr/mdl-action@v1
with: