diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 7758dca..8aaf432 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -25,7 +25,7 @@ jobs: uses: actions/checkout@v7 - name: Lint Image - uses: hadolint/hadolint-action@v3.4.0 + uses: hadolint/hadolint-action@v3.5.0 with: dockerfile: ${{ matrix.image }}/Dockerfile