We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c4da1cd commit ad883cfCopy full SHA for ad883cf
.github/workflows/ci.yml
@@ -15,15 +15,15 @@ jobs:
15
with:
16
submodules: true
17
18
- - name: Set up Ruby 2.7
+ - name: Set up Ruby 3.4.5
19
uses: ruby/setup-ruby@v1
20
21
- ruby-version: 2.7.0
+ ruby-version: 3.4.5
22
23
- name: Install Bundler
24
- run: gem install bundler -v 2.4.22
+ run: gem install bundler -v 2.7.2
25
26
- - uses: actions/cache@v1
+ - uses: actions/cache@v4
27
28
path: vendor/bundle
29
key: ${{ runner.os }}-gems-${{ hashFiles('**/Gemfile.lock') }}
0 commit comments