diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 1c3645e..02d1e8b 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.4.0 + uses: brpaz/hadolint-action@v1.5.0 with: dockerfile: "./${{ needs.information.outputs.target }}/Dockerfile"