We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2cdbb77 commit d072bc4Copy full SHA for d072bc4
1 file changed
.github/workflows/ruby.yml
@@ -21,13 +21,13 @@ jobs:
21
- Gemfile.rails6
22
runs-on: ${{ matrix.os }}
23
steps:
24
- - uses: actions/checkout@v4
+ - uses: actions/checkout@v6
25
with:
26
submodules: recursive
27
- uses: ruby/setup-ruby@v1
28
29
ruby-version: ${{ matrix.ruby }}
30
bundler-cache: true # runs 'bundle install' and caches installed gems automatically
31
- - run: bundle lock --add-platform x86_64-linux && bundle install && bundle exec rake
+ - run: bundle exec rake
32
env:
33
BUNDLE_GEMFILE: ${{ matrix.gemfile }}
0 commit comments