diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 50e65a8..fa7db5e 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -23,7 +23,7 @@ jobs: - postgres: 13 os: ubuntu-22.04 steps: - - uses: actions/checkout@v5 + - uses: actions/checkout@v6 - uses: ankane/setup-postgres@v1 with: postgres-version: ${{ matrix.postgres }} @@ -53,7 +53,7 @@ jobs: - postgres: 14 os: macos-15-intel steps: - - uses: actions/checkout@v5 + - uses: actions/checkout@v6 - uses: ankane/setup-postgres@v1 with: postgres-version: ${{ matrix.postgres }} @@ -92,7 +92,7 @@ jobs: - postgres: 14 os: windows-2022 steps: - - uses: actions/checkout@v5 + - uses: actions/checkout@v6 - uses: ankane/setup-postgres@v1 with: postgres-version: ${{ matrix.postgres }} @@ -133,7 +133,7 @@ jobs: if: ${{ !startsWith(github.ref_name, 'mac') && !startsWith(github.ref_name, 'windows') }} runs-on: ubuntu-latest steps: - - uses: actions/checkout@v5 + - uses: actions/checkout@v6 - uses: ankane/setup-postgres-valgrind@v1 with: postgres-version: 18