Skip to content

🚨 [security] Update rexml 3.2.6 β†’ 3.2.8 (patch) (#71) #171

🚨 [security] Update rexml 3.2.6 β†’ 3.2.8 (patch) (#71)

🚨 [security] Update rexml 3.2.6 β†’ 3.2.8 (patch) (#71) #171

Workflow file for this run

name: Ruby
on:
push:
branches:
- main
pull_request:
jobs:
build:
runs-on: ubuntu-latest
strategy:
matrix:
ruby:
- 3.0.3
- 3.1.0
steps:
- uses: actions/checkout@v2
- name: Set up Ruby
uses: ruby/setup-ruby@master
with:
ruby-version: ${{ matrix.ruby }}
bundler-cache: true
- name: Run the default task
run: bundle exec rake