From 7ed71bdfbdfd9be949ea1ccc72e24a4a8ba4ff3d Mon Sep 17 00:00:00 2001 From: Felipe <41008398+StrawberryMaster@users.noreply.github.com> Date: Thu, 5 Dec 2024 12:33:36 +0000 Subject: [PATCH] Updated action versions --- .github/workflows/ruby.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ruby.yml b/.github/workflows/ruby.yml index 9b0e9bc..a1584a7 100644 --- a/.github/workflows/ruby.yml +++ b/.github/workflows/ruby.yml @@ -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