From c3c61372e0a149c947718620ea3797ed7b109bc1 Mon Sep 17 00:00:00 2001 From: Alexandre <44178713+alexbelgium@users.noreply.github.com> Date: Sat, 22 Jan 2022 23:40:55 +0100 Subject: [PATCH] Update lint-checks.yaml --- .github/workflows/lint-checks.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/lint-checks.yaml b/.github/workflows/lint-checks.yaml index 68b304540..462c22cf6 100644 --- a/.github/workflows/lint-checks.yaml +++ b/.github/workflows/lint-checks.yaml @@ -29,7 +29,7 @@ jobs: shellcheck: runs-on: ubuntu-latest - container: koalaman/shellcheck-alpine@latest + container: koalaman/shellcheck-alpine:latest steps: - name: ↩️ Checkout uses: actions/checkout@v2