From 8183a07e673a0ae5cdcd4b7e1b85175061709d11 Mon Sep 17 00:00:00 2001 From: zinduolis Date: Tue, 5 Nov 2024 20:19:31 +1000 Subject: [PATCH] Update checkout and ruby versions --- .github/workflows/github_actions.yml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/.github/workflows/github_actions.yml b/.github/workflows/github_actions.yml index f0c01959c..db5b808e2 100644 --- a/.github/workflows/github_actions.yml +++ b/.github/workflows/github_actions.yml @@ -34,15 +34,14 @@ jobs: local-identifier: random - name: 'Checkout the repository' - uses: actions/checkout@v2 + uses: actions/checkout@v4 with: ref: ${{ github.event.pull_request.head.sha }} fetch-depth: 2 - name: 'Setting up Ruby' uses: ruby/setup-ruby@v1 - with: - ruby-version: 3.0.3 # Not needed with a .ruby-version file + # Ruby version is defined in .ruby-version file - name: 'Update and Install Dependencies' run: |