Skip to content

Commit

Permalink
chore: Use actions/checkout v4 and the latest Ruby version for releasing
Browse files Browse the repository at this point in the history
Ensure the actions/checkout version matches the one used by the other GH
actions that test the libraries.
  • Loading branch information
carlosantoniodasilva committed Jun 17, 2024
1 parent efc61b6 commit bd5126b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,12 +29,12 @@ jobs:

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

- name: Setup Ruby
uses: ruby/setup-ruby@v1
with:
ruby-version: 3.2.2
ruby-version: "3.3"

- name: Publish gems
env:
Expand Down

0 comments on commit bd5126b

Please sign in to comment.