From 5c08be02917f0da6fefd4e49df17dad3a9a08ef0 Mon Sep 17 00:00:00 2001 From: Andrew Kane Date: Thu, 15 Jan 2026 20:45:56 -0800 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 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