Skip to content

Commit 98849c7

Browse files
chore(deps): bump the github-actions group with 2 updates
Bumps the github-actions group with 2 updates: [peter-evans/create-pull-request](https://github.com/peter-evans/create-pull-request) and [webiny/action-conventional-commits](https://github.com/webiny/action-conventional-commits). Updates `peter-evans/create-pull-request` from 8.0.0 to 8.1.0 - [Release notes](https://github.com/peter-evans/create-pull-request/releases) - [Commits](peter-evans/create-pull-request@v8.0.0...v8.1.0) Updates `webiny/action-conventional-commits` from 1.3.0 to 1.3.1 - [Release notes](https://github.com/webiny/action-conventional-commits/releases) - [Commits](webiny/action-conventional-commits@v1.3.0...v1.3.1) --- updated-dependencies: - dependency-name: peter-evans/create-pull-request dependency-version: 8.1.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: github-actions - dependency-name: webiny/action-conventional-commits dependency-version: 1.3.1 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: github-actions ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 8f0fac3 commit 98849c7

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/automatic-api-update.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
if: "steps.buf-update.outputs.updated == 'true'"
3232
run: "buf generate"
3333
- name: "Create Pull Request"
34-
uses: "peter-evans/create-pull-request@v8.0.0"
34+
uses: "peter-evans/create-pull-request@v8.1.0"
3535
if: "steps.buf-update.outputs.updated == 'true'"
3636
with:
3737
delete-branch: "true"

.github/workflows/lint.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,4 +83,4 @@ jobs:
8383
if: "github.event_name == 'pull_request' && (github.event.action == 'opened' || github.event.action == 'synchronize' || github.event.action == 'reopened' || github.event.action == 'edited')"
8484
steps:
8585
- uses: "actions/checkout@v6"
86-
- uses: "webiny/action-conventional-commits@v1.3.0"
86+
- uses: "webiny/action-conventional-commits@v1.3.1"

.github/workflows/manual-api-update.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
if: "steps.buf-update.outputs.updated == 'true'"
3636
run: "buf generate"
3737
- name: "Create Pull Request"
38-
uses: "peter-evans/create-pull-request@v8.0.0"
38+
uses: "peter-evans/create-pull-request@v8.1.0"
3939
if: "steps.buf-update.outputs.updated == 'true'"
4040
with:
4141
delete-branch: "true"

0 commit comments

Comments
 (0)