Skip to content

Commit d0e6a09

Browse files
chore(deps): bump peter-evans/create-pull-request from 7 to 8
Bumps [peter-evans/create-pull-request](https://github.com/peter-evans/create-pull-request) from 7 to 8. - [Release notes](https://github.com/peter-evans/create-pull-request/releases) - [Commits](peter-evans/create-pull-request@v7...v8) --- updated-dependencies: - dependency-name: peter-evans/create-pull-request dependency-version: '8' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 1fa0de6 commit d0e6a09

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/docker.build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ jobs:
9595
MSG=$(git log -1 --pretty=format:%s)
9696
echo "msg=$MSG" >> $GITHUB_OUTPUT
9797
- name: Create Staging+Local Pull Request
98-
uses: peter-evans/create-pull-request@v7
98+
uses: peter-evans/create-pull-request@v8
9999
if: github.event_name != 'pull_request'
100100
with:
101101
path: ./repos/wbaas-deploy-staging
@@ -111,7 +111,7 @@ jobs:
111111
112112
**Changes**: [${{ steps.truncate-commit-message.outputs.msg }}](https://github.com/wbstack/api/commit/${{ github.sha }})
113113
- name: Create Production Pull Request
114-
uses: peter-evans/create-pull-request@v7
114+
uses: peter-evans/create-pull-request@v8
115115
if: github.event_name != 'pull_request'
116116
with:
117117
path: ./repos/wbaas-deploy-production

0 commit comments

Comments
 (0)