Skip to content

Bump github.com/go-sql-driver/mysql from 1.7.0 to 1.7.1 #349

Bump github.com/go-sql-driver/mysql from 1.7.0 to 1.7.1

Bump github.com/go-sql-driver/mysql from 1.7.0 to 1.7.1 #349

Workflow file for this run

name: Check Markdown links
on: push
jobs:
markdown-link-check:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@8e5e7e5ab8b370d6c329ec480221332ada57f0ab # v3.5.2
- uses: gaurav-nelson/github-action-markdown-link-check@5c5dfc0ac2e225883c0e5f03a85311ec2830d368 # v1
with:
use-quiet-mode: 'yes'
use-verbose-mode: 'yes'
config-file: '.github/workflows/link_checker_config.json'