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:
parent
1fbdd38c16
commit
a04ba47b73
4 changed files with 4 additions and 4 deletions
2
.github/workflows/update-flake.yml
vendored
2
.github/workflows/update-flake.yml
vendored
|
|
@ -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 }}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue