Update GitHub Actions workflows to latest versions

This commit is contained in:
Philipp Trulson 2023-09-28 09:55:57 +02:00
parent b4dc19b4ba
commit 0bec274684
No known key found for this signature in database
GPG key ID: 7D15DA14D2E1182A
9 changed files with 31 additions and 31 deletions

View file

@ -12,9 +12,9 @@ on:
jobs:
markdown-link-check:
name: Check links in markdown
runs-on: ubuntu-20.04
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- uses: gaurav-nelson/github-action-markdown-link-check@v1
with:
use-verbose-mode: true