diff --git a/.github/workflows/gem-push.yml b/.github/workflows/gem-push.yml index 051278a..9f033bb 100644 --- a/.github/workflows/gem-push.yml +++ b/.github/workflows/gem-push.yml @@ -17,7 +17,7 @@ jobs: steps: - uses: actions/checkout@v4 - name: Set up Ruby 3.1 - uses: ruby/setup-ruby@360dc864d5da99d54fcb8e9148c14a84b90d3e88 + uses: ruby/setup-ruby@5daca165445f0ae10478593083f72ca2625e241d with: ruby-version: '3.1' bundler-cache: true # runs 'bundle install' and caches installed gems automatically diff --git a/.github/workflows/ruby.yml b/.github/workflows/ruby.yml index f25bc63..4993c32 100644 --- a/.github/workflows/ruby.yml +++ b/.github/workflows/ruby.yml @@ -27,7 +27,7 @@ jobs: # To automatically get bug fixes and new Ruby versions for ruby/setup-ruby, # change this to (see https://github.com/ruby/setup-ruby#versioning): # uses: ruby/setup-ruby@v1 - uses: ruby/setup-ruby@360dc864d5da99d54fcb8e9148c14a84b90d3e88 + uses: ruby/setup-ruby@5daca165445f0ae10478593083f72ca2625e241d with: ruby-version: ${{ matrix.ruby-version }} bundler-cache: true # runs 'bundle install' and caches installed gems automatically @@ -53,7 +53,7 @@ jobs: # To automatically get bug fixes and new Ruby versions for ruby/setup-ruby, # change this to (see https://github.com/ruby/setup-ruby#versioning): # uses: ruby/setup-ruby@v1 - uses: ruby/setup-ruby@360dc864d5da99d54fcb8e9148c14a84b90d3e88 + uses: ruby/setup-ruby@5daca165445f0ae10478593083f72ca2625e241d with: ruby-version: ${{ matrix.ruby-version }} bundler-cache: true # runs 'bundle install' and caches installed gems automatically