From 247dd7d0d1b0e7f9f270750ec08983e0a72e73e1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?P=C3=A1draic=20Slattery?= Date: Thu, 22 Jan 2026 07:10:28 +0100 Subject: [PATCH] chore: Update outdated GitHub Actions version (#963) --- .github/workflows/markdownlint.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/markdownlint.yml b/.github/workflows/markdownlint.yml index 1ffb66f..e1632bc 100644 --- a/.github/workflows/markdownlint.yml +++ b/.github/workflows/markdownlint.yml @@ -5,7 +5,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Check out code - uses: actions/checkout@v3 + uses: actions/checkout@v6 - name: Lint markdown uses: DavidAnson/markdownlint-cli2-action@v19 with: