diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 1ff68a0..024ca39 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -52,7 +52,7 @@ jobs: - name: ⤵️ Check out code from GitHub uses: actions/checkout@v2.3.4 - name: 🚀 Run Hadolint - uses: brpaz/hadolint-action@v1.3.1 + uses: brpaz/hadolint-action@v1.4.0 with: dockerfile: "./${{ needs.information.outputs.target }}/Dockerfile"