ci: temporarily downgrade actions/checkout from 7 to 6 (#2379)

Temporarily downgrade actions/checkout from 7 to 6 until resolving
pull_request_target uses blocked from the otherwise pulled upstream
commit [1] ("block checking out fork pr for pull_request_target and
workflow_run (#2454)").

[1]: f9e715a95f

Reverts: a6a493119e ("ci: bump actions/checkout from 6 to 7")
Link: https://github.com/nix-community/stylix/pull/2379

Reviewed-by: 0xda157 <da157@voidq.com>
This commit is contained in:
Noah Biewesch 2026-06-29 18:02:39 +02:00 committed by GitHub
parent 1fbdd38c16
commit a04ba47b73
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
4 changed files with 4 additions and 4 deletions

View file

@ -26,7 +26,7 @@ jobs:
permission-contents: write
permission-pull-requests: write
- uses: actions/checkout@v7
- uses: actions/checkout@v6
with:
ref: ${{ matrix.branch }}
token: ${{ steps.generate-token.outputs.token }}