Skip to content

chore(deps): bump rexml from 3.3.9 to 3.4.2 #20

chore(deps): bump rexml from 3.3.9 to 3.4.2

chore(deps): bump rexml from 3.3.9 to 3.4.2 #20

Workflow file for this run

name: Ruby
on:
pull_request:
jobs:
build:
runs-on: ubuntu-latest
name: Ruby ${{ matrix.ruby }}
strategy:
matrix:
ruby:
- '3.2.3'
steps:
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
- name: Set up Ruby
uses: ruby/setup-ruby@ca041f971d66735f3e5ff1e21cc13e2d51e7e535 # v1.233.0
with:
ruby-version: ${{ matrix.ruby }}
bundler-cache: true
- name: Run the default task
run: bundle exec rake