From 6ddaca25dcbc993555046f79c59c690539ef5403 Mon Sep 17 00:00:00 2001 From: Heikki Linnakangas Date: Tue, 12 Nov 2024 11:47:42 +0200 Subject: [PATCH] use a version of submodule check with extra debug info --- .github/workflows/build_and_test.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/build_and_test.yml b/.github/workflows/build_and_test.yml index cc6f91d28e..2e32433625 100644 --- a/.github/workflows/build_and_test.yml +++ b/.github/workflows/build_and_test.yml @@ -133,7 +133,7 @@ jobs: - name: Check vendor/postgres-v14 submodule reference if: steps.check-if-submodules-changed.outputs.vendor == 'true' - uses: jtmullen/submodule-branch-check-action@v1 + uses: hlinnaka/submodule-branch-check-action@main with: path: "vendor/postgres-v14" fetch_depth: "50" @@ -142,7 +142,7 @@ jobs: - name: Check vendor/postgres-v15 submodule reference if: steps.check-if-submodules-changed.outputs.vendor == 'true' - uses: jtmullen/submodule-branch-check-action@v1 + uses: hlinnaka/submodule-branch-check-action@main with: path: "vendor/postgres-v15" fetch_depth: "50" @@ -151,7 +151,7 @@ jobs: - name: Check vendor/postgres-v16 submodule reference if: steps.check-if-submodules-changed.outputs.vendor == 'true' - uses: jtmullen/submodule-branch-check-action@v1 + uses: hlinnaka/submodule-branch-check-action@main with: path: "vendor/postgres-v16" fetch_depth: "50" @@ -160,7 +160,7 @@ jobs: - name: Check vendor/postgres-v17 submodule reference if: steps.check-if-submodules-changed.outputs.vendor == 'true' - uses: jtmullen/submodule-branch-check-action@v1 + uses: hlinnaka/submodule-branch-check-action@main with: path: "vendor/postgres-v17" fetch_depth: "50"