Skip to content

Commit aab41fc

Browse files
⬆️ Update peter-evans/rebase action to v4
1 parent db4fcea commit aab41fc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/rebase.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
with:
2525
token: ${{ steps.app_token.outputs.token }}
2626
fetch-depth: 0 # otherwise, you will fail to push refs to dest repo
27-
- uses: peter-evans/rebase@87c3fd9344792e51ab1c7494c3369620c84ed852 # v3
27+
- uses: peter-evans/rebase@e4945786f7ca41fe6e101cead4395f5489593943 # v4
2828
id: rebase
2929
with:
3030
head: ${{ github.event.client_payload.pull_request.head.label }}

0 commit comments

Comments
 (0)