diff --git a/.github/workflows/build-and-test.yml b/.github/workflows/build-and-test.yml index 8e453029..a3b4bb17 100644 --- a/.github/workflows/build-and-test.yml +++ b/.github/workflows/build-and-test.yml @@ -20,6 +20,6 @@ jobs: ports: - 5432:5432 steps: - - uses: actions/checkout@v6 + - uses: actions/checkout@v7 - name: Build with Makefile run: GITHUB=true make jenkins \ No newline at end of file