diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 4978916..96ed666 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -11,7 +11,7 @@ jobs: build: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v6 + - uses: actions/checkout@v7 - name: run tests run: cd test && ./run-tests.sh - name: shellcheck