mirror of
https://github.com/hadolint/hadolint-action.git
synced 2026-05-15 06:35:55 +00:00
docs: update actions/checkout to v4 in usage example
This commit is contained in:
parent
2332a7b74a
commit
deb8daa1c5
1 changed files with 1 additions and 1 deletions
|
|
@ -15,7 +15,7 @@ Add the following step to your workflow configuration:
|
|||
|
||||
```yml
|
||||
steps:
|
||||
- uses: actions/checkout@v3
|
||||
- uses: actions/checkout@v4
|
||||
- uses: hadolint/hadolint-action@v3.1.0
|
||||
with:
|
||||
dockerfile: Dockerfile
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue