From 91b1a4631dd0d758a4411fde6acf0da0db783369 Mon Sep 17 00:00:00 2001 From: Daniel Harvey Date: Thu, 9 Jan 2025 15:41:41 +0000 Subject: [PATCH] Update multitenant version in update script --- .github/workflows/update-multitenant-dep.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/update-multitenant-dep.yaml b/.github/workflows/update-multitenant-dep.yaml index 00e419ecd..693423543 100644 --- a/.github/workflows/update-multitenant-dep.yaml +++ b/.github/workflows/update-multitenant-dep.yaml @@ -53,7 +53,7 @@ jobs: # there will be multiple `ndc-postgres` deps, so we target a specific # one, presumably the latest version. This will need updating as we # add new `ndc-postgres` versions into `ndc-postgres-multitenant` - LATEST_NDC_POSTGRES_VERSION="1" + LATEST_NDC_POSTGRES_VERSION="2" # Update the hash for ndc-postgres sed -i -e "/ndc-postgres_v${LATEST_NDC_POSTGRES_VERSION}/s/rev[ ]*=[ ]*\"[[:alnum:]]*\"/rev = \"$LATEST_SHA\"/g" $DEP_FILEPATH