Skip to content

Commit 705df17

Browse files
authored
Merge pull request #175 from akhilgkrishnan/bump-versions-in-workflow
Bump action/checkout and ruby version in workflow
2 parents 5cff079 + 8283fe7 commit 705df17

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

Diff for: .github/workflows/ci.yml

+5-5
Original file line numberDiff line numberDiff line change
@@ -19,18 +19,18 @@ jobs:
1919
rubocop:
2020
runs-on: ubuntu-latest
2121
steps:
22-
- uses: actions/checkout@v3
22+
- uses: actions/checkout@v4
2323
- uses: ruby/setup-ruby@v1
2424
with:
25-
ruby-version: "3.2"
25+
ruby-version: "3.3"
2626
bundler-cache: true
2727
- run: bundle exec rubocop
2828

2929
cruby:
3030
strategy:
3131
fail-fast: false
3232
matrix:
33-
ruby: ["2.7", "3.0", "3.1", "3.2", '3.3', "ruby-head", "truffleruby-head", "jruby-9.4", "jruby-head"]
33+
ruby: ["2.7", "3.0", "3.1", "3.2", "3.3", "ruby-head", "truffleruby-head", "jruby-9.4", "jruby-head"]
3434
runs-on: ubuntu-latest
3535
steps:
3636
- uses: actions/checkout@v3
@@ -43,10 +43,10 @@ jobs:
4343
cruby-nokogiri-system-libraries:
4444
runs-on: ubuntu-20.04
4545
steps:
46-
- uses: actions/checkout@v3
46+
- uses: actions/checkout@v4
4747
- uses: ruby/setup-ruby@v1
4848
with:
49-
ruby-version: "3.2"
49+
ruby-version: "3.3"
5050
- name: Install nokogiri with system libraries
5151
run: |
5252
sudo apt install pkg-config libxml2-dev libxslt-dev

0 commit comments

Comments
 (0)