From e78d389e8d2e25c21fefafe80aaf3553d758bf0a Mon Sep 17 00:00:00 2001 From: Syphax bouazzouni Date: Fri, 14 Feb 2025 05:55:18 +0100 Subject: [PATCH] Update deploy.yml to use ruby 3.1.0 --- .github/workflows/deploy.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index d9af054d..0eb08341 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -69,7 +69,7 @@ jobs: - uses: actions/checkout@v3 - uses: ruby/setup-ruby@v1 with: - ruby-version: 2.7.8 # Not needed with a .ruby-version file + ruby-version: 3.1.0 # Not needed with a .ruby-version file bundler-cache: true # runs 'bundle install' and caches installed gems automatically - name: get-deployment-config uses: actions/checkout@v3