We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5c13b9e commit 362bb90Copy full SHA for 362bb90
1 file changed
.github/workflows/rebase.yml
@@ -24,7 +24,7 @@ jobs:
24
with:
25
token: ${{ steps.app_token.outputs.token }}
26
fetch-depth: 0 # otherwise, you will fail to push refs to dest repo
27
- - uses: peter-evans/rebase@87c3fd9344792e51ab1c7494c3369620c84ed852 # v3
+ - uses: peter-evans/rebase@e4945786f7ca41fe6e101cead4395f5489593943 # v4
28
id: rebase
29
30
head: ${{ github.event.client_payload.pull_request.head.label }}
0 commit comments