Skip to content

Commit 7da0213

Browse files
committed
feat: update hadolint-action version
this comes with some improvements and a new hadolint version
1 parent 36206e8 commit 7da0213

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/lint.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,6 @@ jobs:
1313
runs-on: ubuntu-latest
1414
steps:
1515
- uses: actions/checkout@v4
16-
- uses: hadolint/hadolint-action@v1.6.0
16+
- uses: hadolint/hadolint-action@v3.1.0
1717
with:
1818
recursive: true

0 commit comments

Comments
 (0)