Skip to content

Commit ad883cf

Browse files
committed
Bump Ruby/bundler versions in CI
Signed-off-by: Carlosespicur <carlosespicur@proton.me>
1 parent c4da1cd commit ad883cf

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/ci.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -15,15 +15,15 @@ jobs:
1515
with:
1616
submodules: true
1717

18-
- name: Set up Ruby 2.7
18+
- name: Set up Ruby 3.4.5
1919
uses: ruby/setup-ruby@v1
2020
with:
21-
ruby-version: 2.7.0
21+
ruby-version: 3.4.5
2222

2323
- name: Install Bundler
24-
run: gem install bundler -v 2.4.22
24+
run: gem install bundler -v 2.7.2
2525

26-
- uses: actions/cache@v1
26+
- uses: actions/cache@v4
2727
with:
2828
path: vendor/bundle
2929
key: ${{ runner.os }}-gems-${{ hashFiles('**/Gemfile.lock') }}

0 commit comments

Comments
 (0)