From 8dfbd05c19b8d194743148e6a4baf984a65452b1 Mon Sep 17 00:00:00 2001 From: g_it Date: Tue, 7 Apr 2026 16:43:53 +0200 Subject: [PATCH] . --- .github/workflows/lint.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index 5b25b85..19ddc29 100755 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -9,7 +9,7 @@ jobs: name: runner / vale runs-on: ubuntu-latest steps: - - uses: https://github.com/actions/checkout@v4 + - uses: https://data.forgejo.org/actions/checkout@v4 # Use Forgejo checkout action - uses: https://github.com/vale-cli/vale-action@v2 with: fail_on_error: true