From db0b83c5c6cbfa12d9827abce40a3d923935cf31 Mon Sep 17 00:00:00 2001 From: sarah-beasley <106670682+sarah-beasley@users.noreply.github.com> Date: Fri, 8 Mar 2024 14:00:56 +0000 Subject: [PATCH] Update deploy-feature-branch.yml --- .github/workflows/deploy-feature-branch.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/deploy-feature-branch.yml b/.github/workflows/deploy-feature-branch.yml index b431f602964d2..7264bd140ef3e 100644 --- a/.github/workflows/deploy-feature-branch.yml +++ b/.github/workflows/deploy-feature-branch.yml @@ -23,10 +23,10 @@ jobs: steps: - name: Checkout uses: actions/checkout@v2 - - name: Set up Ruby 2.6 + - name: Set up Ruby 3.2 uses: ruby/setup-ruby@v1 with: - ruby-version: '2.6' + ruby-version: '3.2' - name: Inject slug/short variables uses: rlespinasse/github-slug-action@v3.x - name: Update the baseurl