Skip to content

Commit a1e9a6f

Browse files
chore(deps): update peter-evans/create-pull-request action to v8 (#4506)
- `peter-evans/create-pull-request`: v7.0.9 → v8.0.0
1 parent 554f01e commit a1e9a6f

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,7 @@ jobs:
121121
# cd ${{ env.APP_WORKSPACE }} && git ls-files --exclude-standard --modified --deleted --others -t
122122

123123
# https://github.com/peter-evans/create-pull-request
124-
- uses: peter-evans/create-pull-request@84ae59a2cdc2258d6fa0732dd66352dddae2a412 # v7.0.9
124+
- uses: peter-evans/create-pull-request@98357b18bf14b5342f975ff684046ec3b2a07725 # v8.0.0
125125
with:
126126
# Note: This token can be a GITHUB_TOKEN if the created PR doesn’t
127127
# need to trigger workflows `on: push` or `on: pull_request`.

.github/workflows/sync-kuma-oas.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ jobs:
7272
# no owner and no repositories as we only want access to this repository
7373
app-id: ${{ secrets.APP_ID }}
7474
private-key: ${{ secrets.APP_PRIVATE_KEY }}
75-
- uses: peter-evans/create-pull-request@84ae59a2cdc2258d6fa0732dd66352dddae2a412 # v7.0.9
75+
- uses: peter-evans/create-pull-request@98357b18bf14b5342f975ff684046ec3b2a07725 # v8.0.0
7676
if: ${{ github.event_name != 'pull_request' }}
7777
with:
7878
token: ${{ steps.github-app-token.outputs.token }}

.github/workflows/sync-with-kumahq-kuma.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ jobs:
4848
app-id: ${{ secrets.APP_ID }}
4949
private-key: ${{ secrets.APP_PRIVATE_KEY }}
5050
# https://github.com/peter-evans/create-pull-request
51-
- uses: peter-evans/create-pull-request@84ae59a2cdc2258d6fa0732dd66352dddae2a412 # v7.0.9
51+
- uses: peter-evans/create-pull-request@98357b18bf14b5342f975ff684046ec3b2a07725 # v8.0.0
5252
# Not during testing only hence not on a PR event
5353
if: ${{ github.event_name != 'pull_request' }}
5454
with:

0 commit comments

Comments
 (0)