From bebad666d625fbc36ba916554d70fd793d0479f8 Mon Sep 17 00:00:00 2001 From: SiddharthBITS Date: Wed, 22 Jan 2025 04:28:41 +0000 Subject: [PATCH] Missing . in file path --- .github/composite-actions/dump-restore-util/action.yml | 2 +- .../composite-actions/minor-version-upgrade-util/action.yml | 2 +- .github/composite-actions/setup-base-version/action.yml | 2 +- .github/composite-actions/setup-new-version/action.yml | 2 +- .github/workflows/dotnet-tests.yml | 2 +- .github/workflows/jdbc-tests-single-db-mode.yml | 2 +- .github/workflows/major-version-upgrade.yml | 4 ++-- .github/workflows/minor-version-upgrade.yml | 2 +- 8 files changed, 9 insertions(+), 9 deletions(-) diff --git a/.github/composite-actions/dump-restore-util/action.yml b/.github/composite-actions/dump-restore-util/action.yml index e0b092746b..a6e31df7d9 100644 --- a/.github/composite-actions/dump-restore-util/action.yml +++ b/.github/composite-actions/dump-restore-util/action.yml @@ -329,7 +329,7 @@ runs: - name: Save cache if: always() - uses: ./github/composite-actions/save-cacche + uses: ./.github/composite-actions/save-cacche - name: Run Verify Tests if: always() && steps.run-pg_dump-restore.outcome == 'success' && inputs.is_final_ver == 'true' diff --git a/.github/composite-actions/minor-version-upgrade-util/action.yml b/.github/composite-actions/minor-version-upgrade-util/action.yml index 39f7cc5be6..c357e5f01a 100644 --- a/.github/composite-actions/minor-version-upgrade-util/action.yml +++ b/.github/composite-actions/minor-version-upgrade-util/action.yml @@ -50,7 +50,7 @@ runs: - name: Save cache if: always() - uses: ./github/composite-actions/save-ccache + uses: ./.github/composite-actions/save-ccache # Not created and used composite action update-extensions here since, in the previous step it has # checked out a branch/tag which may not have the updated update-extension composite action diff --git a/.github/composite-actions/setup-base-version/action.yml b/.github/composite-actions/setup-base-version/action.yml index 3f79b2dbe2..a861aed0c2 100644 --- a/.github/composite-actions/setup-base-version/action.yml +++ b/.github/composite-actions/setup-base-version/action.yml @@ -224,7 +224,7 @@ runs: - name: Save cache if: always() - uses: ./github/composite-actions/save-ccache + uses: ./.github/composite-actions/save-ccache - name: Install Python id: install-python diff --git a/.github/composite-actions/setup-new-version/action.yml b/.github/composite-actions/setup-new-version/action.yml index 6efc23cc12..8b5e4b78fc 100644 --- a/.github/composite-actions/setup-new-version/action.yml +++ b/.github/composite-actions/setup-new-version/action.yml @@ -66,7 +66,7 @@ runs: - name: Save cache if: always() - uses: ./github/composite-actions/save-ccache + uses: ./.github/composite-actions/save-ccache - name: Setup new data directory id: setup-new-datadir diff --git a/.github/workflows/dotnet-tests.yml b/.github/workflows/dotnet-tests.yml index ec142fae23..cee6720808 100644 --- a/.github/workflows/dotnet-tests.yml +++ b/.github/workflows/dotnet-tests.yml @@ -43,7 +43,7 @@ jobs: - name: Save cache if: always() - uses: ./github/composite-actions/save-ccache + uses: ./.github/composite-actions/save-ccache - name: Run Dotnet Tests id: run-dotnet-tests diff --git a/.github/workflows/jdbc-tests-single-db-mode.yml b/.github/workflows/jdbc-tests-single-db-mode.yml index 4e0fbca2a8..d8af3fdb63 100644 --- a/.github/workflows/jdbc-tests-single-db-mode.yml +++ b/.github/workflows/jdbc-tests-single-db-mode.yml @@ -104,7 +104,7 @@ jobs: - name: Save cache if: always() - uses: ./github/composite-actions/save-ccache + uses: ./.github/composite-actions/save-ccache # The test summary files contain paths with ':' characters, which is not allowed with the upload-artifact actions - name: Rename Test Summary Files diff --git a/.github/workflows/major-version-upgrade.yml b/.github/workflows/major-version-upgrade.yml index b737f149ad..bde5fe85b2 100644 --- a/.github/workflows/major-version-upgrade.yml +++ b/.github/workflows/major-version-upgrade.yml @@ -125,7 +125,7 @@ jobs: - name: Save cache if: always() - uses: ./github/composite-actions/save-ccache + uses: ./.github/composite-actions/save-ccache - name: Build Modified Postgres using latest version id: build-modified-postgres-new @@ -172,7 +172,7 @@ jobs: - name: Save cache if: always() - uses: ./github/composite-actions/save-ccache + uses: ./.github/composite-actions/save-ccache - name: Setup new data directory id: setup-new-datadir diff --git a/.github/workflows/minor-version-upgrade.yml b/.github/workflows/minor-version-upgrade.yml index e2ec2a791b..7b92c213ab 100644 --- a/.github/workflows/minor-version-upgrade.yml +++ b/.github/workflows/minor-version-upgrade.yml @@ -115,7 +115,7 @@ jobs: - name: Save cache if: always() - uses: ./github/composite-actions/save-ccache + uses: ./.github/composite-actions/save-ccache - name: Build and run tests for Postgres engine using latest engine id: build-modified-postgres-newer