diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 8e37775..c9bb455 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -14,7 +14,7 @@ jobs: - name: Run ShellCheck uses: ludeeus/action-shellcheck@2.0.0 - name: Run Hadolint - uses: hadolint/hadolint-action@v3.1.0 + uses: hadolint/hadolint-action@v3.3.0 with: dockerfile: ./Dockerfile