Skip to content

Commit 8c0c2f6

Browse files
chore(deps): update github actions (#1841)
Signed-off-by: bootc-bot[bot] <225049296+bootc-bot[bot]@users.noreply.github.com> Co-authored-by: bootc-bot[bot] <225049296+bootc-bot[bot]@users.noreply.github.com>
1 parent 1c13b93 commit 8c0c2f6

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/rebase.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
fetch-depth: 0
2828

2929
- name: Automatic Rebase
30-
uses: peter-evans/rebase@v3
30+
uses: peter-evans/rebase@v4
3131
with:
3232
token: ${{ steps.token.outputs.token }}
3333

.github/workflows/scheduled-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ jobs:
9797
echo "VERSION=$VERSION" >> $GITHUB_OUTPUT
9898
9999
- name: Create Pull Request
100-
uses: peter-evans/create-pull-request@v7
100+
uses: peter-evans/create-pull-request@v8
101101
env:
102102
VERSION: ${{ steps.create_commit.outputs.VERSION }}
103103
with:

0 commit comments

Comments
 (0)