Skip to content

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

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 #34

Workflow file for this run

# GitHub Actions Virtual Environments
# https://github.com/actions/virtual-environments/
name: Link Checker
on:
- pull_request
jobs:
main:
name: Link Check
runs-on: ubuntu-latest
steps:
- name: git checkout
uses: actions/checkout@v4
# https://github.com/marketplace/actions/markdown-link-check
- name: markdown-link-check
uses: gaurav-nelson/github-action-markdown-link-check@v1
with:
check-modified-files-only: 'yes'