Skip to content

Bump rexml from 3.3.4 to 3.3.6 in the bundler group #729

Bump rexml from 3.3.4 to 3.3.6 in the bundler group

Bump rexml from 3.3.4 to 3.3.6 in the bundler group #729

Workflow file for this run

# GitHub Actions Virtual Environments
# https://github.com/actions/virtual-environments/
name: CI
on:
push:
branches:
- master
pull_request:
branches:
- master
jobs:
main:
name: Build Site
runs-on: ubuntu-latest
steps:
- name: ruby versions
run: |
ruby --version
gem --version
- name: git checkout
uses: actions/checkout@v4
# https://github.com/ruby/setup-ruby
- name: ruby setup
uses: ruby/setup-ruby@v1
with:
bundler-cache: true
- name: jekyll build
run: bundle exec jekyll build --verbose --trace