Skip to content

chore(deps): bump rexml from 3.3.9 to 3.4.2 in the bundler group across 1 directory #2563

chore(deps): bump rexml from 3.3.9 to 3.4.2 in the bundler group across 1 directory

chore(deps): bump rexml from 3.3.9 to 3.4.2 in the bundler group across 1 directory #2563

Workflow file for this run

name: GitHub Actions CI
on:
push:
branches: master
pull_request:
merge_group:
permissions:
contents: read
jobs:
tests:
runs-on: ubuntu-latest
steps:
- name: Set up Git repository
uses: actions/[email protected]
- name: Set up Ruby
uses: ruby/setup-ruby@3fee6763234110473bd57dd4595c5199fce2c510 # v1
with:
bundler-cache: true
- name: Set up Node
uses: actions/[email protected]
- name: Bootstrap
run: script/bootstrap
env:
SKIP_BUNDLER: true
- name: Tests
run: script/test