Skip to content

Bump rexml from 3.2.5 to 3.3.6 #74

Bump rexml from 3.2.5 to 3.3.6

Bump rexml from 3.2.5 to 3.3.6 #74

Workflow file for this run

name: GitHub Actions CI
on:
push:
branches: master
pull_request: []
jobs:
tests:
runs-on: ubuntu-latest
steps:
- name: Set up Git repository
uses: actions/[email protected]
- name: Set up Ruby
uses: actions/[email protected]
- name: Set up Node
uses: actions/[email protected]
- name: Restore bundler cache
uses: actions/[email protected]
with:
path: vendor/gems
key: ${{ runner.os }}-gems-${{ hashFiles('**/Gemfile.lock') }}
restore-keys: ${{ runner.os }}-gems-
- name: Bootstrap
run: script/bootstrap
- name: Tests
run: script/test