diff --git a/.github/workflows/shellcheck.yml b/.github/workflows/shellcheck.yml index 4e254f56d1..c77a12b6cb 100644 --- a/.github/workflows/shellcheck.yml +++ b/.github/workflows/shellcheck.yml @@ -27,7 +27,7 @@ jobs: steps: # Required to access files of this repository - - uses: actions/checkout@v2 + - uses: actions/checkout@v3 # Download Shellcheck and add it to the workflow path - name: Download Shellcheck