diff --git a/.github/workflows/test.yaml b/.github/workflows/test.yaml index 4bc1e3d..5bb001b 100644 --- a/.github/workflows/test.yaml +++ b/.github/workflows/test.yaml @@ -57,7 +57,7 @@ jobs: - 5432:5432 steps: - name: Checkout repository - uses: actions/checkout@v6 + uses: actions/checkout@v7 - name: Run tests run: | env LISP=${{ matrix.command }} ./scripts/run-ci-tests.sh