mirror of
https://github.com/chromebrew/chromebrew.git
synced 2026-01-09 15:37:56 -05:00
Update workflows to actions/checkout@v4 (#8938)
This commit is contained in:
committed by
GitHub
parent
76128a091c
commit
3e2fa11072
4
.github/workflows/Markdown-lint.yml
vendored
4
.github/workflows/Markdown-lint.yml
vendored
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user