Skip to content

Commit 9dc9e96

Browse files
committed
⬆️ Updates superbrothers/close-pull-request action to v3
Signed-off-by: Renovate Bot <[email protected]>
1 parent 2161158 commit 9dc9e96

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/close_pr.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
runs-on: ubuntu-latest
1313
if: (github.actor != 'trilom' || github.actor != 'trilom-bot') && github.event.pull_request.head.repo.full_name != github.repository
1414
steps:
15-
- uses: superbrothers/close-pull-request@v2
15+
- uses: superbrothers/close-pull-request@v3
1616
with:
1717
comment: Please merge your code into master, this will trigger the desired merge workflow.
1818
- uses: actions/[email protected]

0 commit comments

Comments
 (0)