From e05d5d9574de5a1c5f8a51f6df5f518260f3c65f Mon Sep 17 00:00:00 2001 From: CSRBot Date: Mon, 11 Aug 2025 13:03:56 +0000 Subject: [PATCH] chore(deps): update actions/checkout action to v4.3.0 --- .gitea/workflows/markdown-linters.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitea/workflows/markdown-linters.yaml b/.gitea/workflows/markdown-linters.yaml index 10aa128..896ef79 100644 --- a/.gitea/workflows/markdown-linters.yaml +++ b/.gitea/workflows/markdown-linters.yaml @@ -12,7 +12,7 @@ jobs: runs-on: - ubuntu-latest steps: - - uses: actions/checkout@v4.2.2 + - uses: actions/checkout@v4.3.0 - uses: DavidAnson/markdownlint-cli2-action@v20.0.0 with: globs: '**/*.md'