From ed5c042de135d31f7e1c75e4ea0a5ed7600eb926 Mon Sep 17 00:00:00 2001 From: theirix Date: Thu, 26 Sep 2024 16:28:40 +0100 Subject: [PATCH] Update action version --- .github/workflows/test-snapshot.yml | 2 +- .github/workflows/test.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/test-snapshot.yml b/.github/workflows/test-snapshot.yml index f713036..5dcb318 100644 --- a/.github/workflows/test-snapshot.yml +++ b/.github/workflows/test-snapshot.yml @@ -16,7 +16,7 @@ jobs: steps: - name: Checkout - uses: actions/checkout@v3 + uses: actions/checkout@v4 - name: Build the Docker image run: docker build . --file docker/Dockerfile --tag "pgxtest:snapshot" --build-arg "PGVERSION=${{ env.PG_SNAPSHOT_VERSION }}" --build-arg "PGCHANNEL=bullseye-pgdg-snapshot" diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index e56ee50..74a745a 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -16,7 +16,7 @@ jobs: steps: - name: Checkout - uses: actions/checkout@v3 + uses: actions/checkout@v4 - name: Build the Docker image run: docker build . --file docker/Dockerfile --tag "pgxtest:${{ matrix.pg-version }}" --build-arg "PGVERSION=${{ matrix.pg-version }}"