From 6409004743d3254622c3bee206d80516b6823475 Mon Sep 17 00:00:00 2001 From: Christian Clauss Date: Wed, 1 Oct 2025 14:52:10 +0200 Subject: [PATCH] Update GitHub Actions --- .github/workflows/check-markdown.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/check-markdown.yml b/.github/workflows/check-markdown.yml index 1b33827..119246c 100644 --- a/.github/workflows/check-markdown.yml +++ b/.github/workflows/check-markdown.yml @@ -5,19 +5,19 @@ jobs: lint: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v5 with: fetch-depth: 0 - - uses: tj-actions/changed-files@v45 + - uses: tj-actions/changed-files@v47 id: changed-files with: files: '**/*.md' separator: "," - - uses: DavidAnson/markdownlint-cli2-action@v17 + - uses: DavidAnson/markdownlint-cli2-action@v20 if: steps.changed-files.outputs.any_changed == 'true' with: globs: ${{ steps.changed-files.outputs.all_changed_files }} separator: "," - config: ./.github/.markdownlint.json \ No newline at end of file + config: ./.github/.markdownlint.json