diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index f5ae1f2..ea92f35 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -6,7 +6,7 @@ jobs: shellcheck: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v6 with: fetch-depth: 1 - uses: ./shellcheck \ No newline at end of file