diff --git a/.github/workflows/shellcheck.yml b/.github/workflows/shellcheck.yml index c999582..6555d6d 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@master # Download Shellcheck and add it to the workflow path - name: Download Shellcheck