diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 9263ebf..b4fab06 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -32,7 +32,7 @@ jobs: pg: ["postgres:9.5-alpine", "postgres:9.6-alpine", "postgres:10-alpine", "postgres:11-alpine", "postgres:12-alpine", "postgres:13-alpine", "postgres:14-alpine", "postgres:15-alpine", "postgres:16-alpine", "postgres:17-alpine"] steps: - - uses: actions/checkout@v5 + - uses: actions/checkout@v6 - name: Run tests run: |