We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1c13b93 commit 8c0c2f6Copy full SHA for 8c0c2f6
.github/workflows/rebase.yml
@@ -27,7 +27,7 @@ jobs:
27
fetch-depth: 0
28
29
- name: Automatic Rebase
30
- uses: peter-evans/rebase@v3
+ uses: peter-evans/rebase@v4
31
with:
32
token: ${{ steps.token.outputs.token }}
33
.github/workflows/scheduled-release.yml
@@ -97,7 +97,7 @@ jobs:
97
echo "VERSION=$VERSION" >> $GITHUB_OUTPUT
98
99
- name: Create Pull Request
100
- uses: peter-evans/create-pull-request@v7
+ uses: peter-evans/create-pull-request@v8
101
env:
102
VERSION: ${{ steps.create_commit.outputs.VERSION }}
103
0 commit comments