diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 8b70c93..65cfcc7 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -33,6 +33,6 @@ jobs: - name: Checkout uses: actions/checkout@v7 - name: Lint dockerfile - uses: hadolint/hadolint-action@v3.4.0 + uses: hadolint/hadolint-action@v3.5.0 with: dockerfile: Dockerfile