From 5ca52d12b64d62ebe92b351c13451465f2fdc02b Mon Sep 17 00:00:00 2001 From: Andrew Kane Date: Tue, 7 Jul 2026 15:46:41 -0700 Subject: [PATCH] Updated checkout action [skip ci] --- .github/workflows/build.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index fd33583..1619dbb 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@v6 + - uses: actions/checkout@v7 - 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@v6 + - uses: actions/checkout@v7 - uses: ankane/setup-postgres@v1 with: postgres-version: ${{ matrix.postgres }} @@ -92,7 +92,7 @@ jobs: - postgres: 14 os: windows-2022 steps: - - uses: actions/checkout@v6 + - uses: actions/checkout@v7 - 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@v6 + - uses: actions/checkout@v7 - uses: ankane/setup-postgres-valgrind@v1 with: postgres-version: 18