Skip to content

Bump com.google.guava:guava from 33.2.1-jre to 33.3.0-jre in /java #478

Bump com.google.guava:guava from 33.2.1-jre to 33.3.0-jre in /java

Bump com.google.guava:guava from 33.2.1-jre to 33.3.0-jre in /java #478

name: Check Markdown links
on:
push:
branches:
- '**'
schedule:
# Run every Monday
- cron: "0 0 * * 1"
jobs:
markdown-link-check:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: gaurav-nelson/github-action-markdown-link-check@v1
with:
use-quiet-mode: 'yes'
use-verbose-mode: 'yes'
config-file: '.github/workflows/markdown-link-check-config.json'