Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ jobs:
# See: https://github.com/ruby/rubygems/issues/7983
- if: startsWith(matrix.os, 'ubuntu')
run: mkdir -p /opt/hostedtoolcache/Ruby && chmod -R o-w /opt/hostedtoolcache/Ruby
- uses: ruby/setup-ruby@v1
- uses: ruby/setup-ruby@v1.313.0
with:
ruby-version: ${{ matrix.ruby }}
bundler-cache: true
Expand Down Expand Up @@ -140,7 +140,7 @@ jobs:
# Workaround for Bundler 4.x security check on world-writable GHA runner directories.
# See: https://github.com/ruby/rubygems/issues/7983
- run: mkdir -p /opt/hostedtoolcache/Ruby && chmod -R o-w /opt/hostedtoolcache/Ruby
- uses: ruby/setup-ruby@v1
- uses: ruby/setup-ruby@v1.313.0
with:
ruby-version: ${{ matrix.ruby }}
# The manager runs `bundle install` itself with RAILS_VERSION set, then
Expand Down