Skip to content

Bump nokogiri from 1.16.7 to 1.18.7 #784

Bump nokogiri from 1.16.7 to 1.18.7

Bump nokogiri from 1.16.7 to 1.18.7 #784

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'
config-file: '.github/workflows/link_check_config.json'