Skip to content

Commit 8e8ac79

Browse files
authored
Fix checkout (#15539)
1 parent c5cb407 commit 8e8ac79

File tree

3 files changed

+2
-2
lines changed

3 files changed

+2
-2
lines changed

.github/actions/pr-gate/action.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,8 +30,6 @@ outputs:
3030
runs:
3131
using: composite
3232
steps:
33-
- uses: actions/checkout@v6
34-
3533
- name: Maintainer permission + PR link
3634
id: perm
3735
shell: bash

.github/workflows/remove-ready-for-review.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ jobs:
1414
contents: read
1515

1616
steps:
17+
- uses: actions/checkout@v6
1718
- uses: ./.github/actions/pr-gate
1819
id: gate
1920
with:

.github/workflows/remove-reviewers.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ jobs:
1414
contents: read
1515

1616
steps:
17+
- uses: actions/checkout@v6
1718
- uses: ./.github/actions/pr-gate
1819
id: gate
1920
with:

0 commit comments

Comments
 (0)