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