From 5c967185f38c6329039f83ce03ca130c09f18bc2 Mon Sep 17 00:00:00 2001 From: sarah-beasley <106670682+sarah-beasley@users.noreply.github.com> Date: Wed, 3 Jan 2024 10:27:48 +0000 Subject: [PATCH] Update deploy-feature-branch.yml --- .github/workflows/deploy-feature-branch.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/deploy-feature-branch.yml b/.github/workflows/deploy-feature-branch.yml index 40747f181785c..b431f602964d2 100644 --- a/.github/workflows/deploy-feature-branch.yml +++ b/.github/workflows/deploy-feature-branch.yml @@ -51,7 +51,7 @@ jobs: updateFile: 'true' - name: Build the site run: | - gem install bundler + gem install bundler -v 2.4.22 bundle config path vendor/bundle make install make build.staging