diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index d32add0..24e087a 100755 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -27,7 +27,7 @@ jobs: echo "Repository URL: $FORGEJO_SERVER_URL/$FORGEJO_REPOSITORY.git" echo "" - - uses: actions/checkout@v4 + - uses: actions/checkout@v5 with: repository: "g_it/site" # ❌ Remove this line after debugging - it's GitHub-specific and causes issues