From ef1bea7163cbfb5d300c8ce193f7c10256ee7338 Mon Sep 17 00:00:00 2001 From: Andrew Kane Date: Thu, 19 Oct 2023 00:36:53 -0700 Subject: [PATCH] Updated checkout action [skip ci] --- .github/workflows/build.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index f4798bf..b193919 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -21,7 +21,7 @@ jobs: - postgres: 11 os: ubuntu-20.04 steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 - uses: ankane/setup-postgres@v1 with: postgres-version: ${{ matrix.postgres }} @@ -43,7 +43,7 @@ jobs: runs-on: macos-latest if: ${{ !startsWith(github.ref_name, 'windows') }} steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 - uses: ankane/setup-postgres@v1 with: postgres-version: 14 @@ -65,7 +65,7 @@ jobs: runs-on: windows-latest if: ${{ !startsWith(github.ref_name, 'mac') }} steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 - uses: ankane/setup-postgres@v1 with: postgres-version: 14