diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 7db1280..370e5e1 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -12,7 +12,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout - uses: actions/checkout@v5 + uses: actions/checkout@v7 - uses: actions/setup-python@v5 with: @@ -34,7 +34,7 @@ jobs: steps: - name: Checkout - uses: actions/checkout@v5 + uses: actions/checkout@v7 - name: Install PostgreSQL ${{ matrix.pgversion }} and build deps run: |