.github/workflows/ruby.yml in ronin-web-1.0.2 vs .github/workflows/ruby.yml in ronin-web-2.0.0.rc1
- old
+ new
@@ -10,15 +10,16 @@
matrix:
ruby:
- '3.0'
- '3.1'
- '3.2'
+ - '3.3'
# - jruby
- truffleruby
name: Ruby ${{ matrix.ruby }}
steps:
- - uses: actions/checkout@v2
+ - uses: actions/checkout@v4
- name: Set up Ruby
uses: ruby/setup-ruby@v1
with:
ruby-version: ${{ matrix.ruby }}
bundler-cache: true
@@ -29,10 +30,10 @@
# rubocop linting
rubocop:
runs-on: ubuntu-latest
steps:
- - uses: actions/checkout@v2
+ - uses: actions/checkout@v4
- name: Set up Ruby
uses: ruby/setup-ruby@v1
with:
ruby-version: 3.0
- name: Install dependencies