Skip to content

Commit

Permalink
Update checkout and ruby versions
Browse files Browse the repository at this point in the history
  • Loading branch information
zinduolis committed Nov 5, 2024
1 parent 8b5fdcf commit 8183a07
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/github_actions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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: |
Expand Down

0 comments on commit 8183a07

Please sign in to comment.