From 29db262453cf9e9b4ec00c1f6fab0edb04c0ae19 Mon Sep 17 00:00:00 2001 From: zinduolis Date: Tue, 5 Nov 2024 20:11:21 +1000 Subject: [PATCH] Revert one more gh action change --- .github/workflows/github_actions.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/github_actions.yml b/.github/workflows/github_actions.yml index 25b1402cc..f0c01959c 100644 --- a/.github/workflows/github_actions.yml +++ b/.github/workflows/github_actions.yml @@ -42,7 +42,7 @@ jobs: - name: 'Setting up Ruby' uses: ruby/setup-ruby@v1 with: - ruby-version: 3.2.2 # Not needed with a .ruby-version file + ruby-version: 3.0.3 # Not needed with a .ruby-version file - name: 'Update and Install Dependencies' run: |