Skip to content

Bump actions/setup-go from 6.2.0 to 6.3.0 #655

Bump actions/setup-go from 6.2.0 to 6.3.0

Bump actions/setup-go from 6.2.0 to 6.3.0 #655

Workflow file for this run

---
name: Link Checking
on:
pull_request:
push:
branches: [main]
permissions:
contents: read
jobs:
md-links:
name: Run markdown link check
runs-on: ubuntu-latest
steps:
- name: Check out code
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
- name: markdown-link-check
uses: gaurav-nelson/github-action-markdown-link-check@5c5dfc0ac2e225883c0e5f03a85311ec2830d368 # v1
with:
use-verbose-mode: "yes"
config-file: ".github/actions/link-check/config.json"