diff --git a/.github/workflows/shellcheck.yml b/.github/workflows/shellcheck.yml index c999582..4245481 100644 --- a/.github/workflows/shellcheck.yml +++ b/.github/workflows/shellcheck.yml @@ -23,7 +23,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