Updated action versions

This commit is contained in:
Felipe 2024-12-05 12:33:36 +00:00
parent 495abfe301
commit 7ed71bdfbd

View File

@ -24,9 +24,9 @@ jobs:
ruby-version: ['2.7', '3.0', '3.3']
steps:
- uses: actions/checkout@v4
- name: Set up Ruby
uses: ruby/setup-ruby@v1
- uses: actions/checkout@v4.2.2
- name: Setup Ruby, JRuby and TruffleRuby
uses: ruby/setup-ruby@v1.202.0
with:
ruby-version: ${{ matrix.ruby-version }}
bundler-cache: true # runs 'bundle install' and caches installed gems automatically