docs: update actions/checkout to v4 in usage example

This commit is contained in:
Yash Shaw 2026-03-11 23:32:00 +05:30
parent 2332a7b74a
commit deb8daa1c5

View file

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