.github/workflows/ruby.yml in ronin-vulns-0.1.4 vs .github/workflows/ruby.yml in ronin-vulns-0.1.5

- 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 @@ -33,10 +34,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