diff --git a/.github/workflows/bashtest.yml b/.github/workflows/bashtest.yml index 63a0b3b..38fa69c 100644 --- a/.github/workflows/bashtest.yml +++ b/.github/workflows/bashtest.yml @@ -15,7 +15,7 @@ jobs: - name: Cache ShellCheck id: cache-shellcheck - uses: actions/cache@v5 + uses: actions/cache@v6 with: path: /usr/local/bin/shellcheck key: ${{ runner.os }}-shellcheck