From a840a4ac779e0c0e4e57e68823658d69c9808fc8 Mon Sep 17 00:00:00 2001 From: Tobias Date: Mon, 29 Apr 2024 13:45:13 +0200 Subject: [PATCH] Update shellcheck.yml (cherry picked from commit 6a31ef5feca429783e0992b4e1e7f82231077e48) --- .github/workflows/shellcheck.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/shellcheck.yml b/.github/workflows/shellcheck.yml index 2085be0d..6ce5ac46 100644 --- a/.github/workflows/shellcheck.yml +++ b/.github/workflows/shellcheck.yml @@ -18,7 +18,7 @@ jobs: name: runner / shellcheck runs-on: ubuntu-latest steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v3 - name: shellcheck # Make sure the action is pinned to a commit, as all reviewdog repos # have hundreds of contributors with write access (breaks easy/often)