Skip to content

Commit

Permalink
Update GithubActions actions
Browse files Browse the repository at this point in the history
  • Loading branch information
n-rodriguez committed Aug 1, 2024
1 parent e66c22e commit 9e761ee
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:

steps:
- name: Checkout
uses: actions/checkout@v3
uses: actions/checkout@v4

- name: Setup Ruby
uses: ruby/setup-ruby@v1
Expand All @@ -56,7 +56,7 @@ jobs:

steps:
- name: Checkout
uses: actions/checkout@v3
uses: actions/checkout@v4

- name: Bundle
run: |
Expand Down

0 comments on commit 9e761ee

Please sign in to comment.