Skip to content

Commit 01d0a3d

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 315cd09 commit 01d0a3d

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/automatic-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: "yarn run buf"
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"

.github/workflows/lint.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,4 +31,4 @@ jobs:
3131
if: "github.event_name == 'pull_request' && (github.event.action == 'opened' || github.event.action == 'synchronize' || github.event.action == 'reopened' || github.event.action == 'edited')"
3232
steps:
3333
- uses: "actions/checkout@v6"
34-
- uses: "webiny/action-conventional-commits@v1.3.0"
34+
- 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
@@ -36,7 +36,7 @@ jobs:
3636
if: steps.buf-update.outputs.updated == 'true'
3737
run: "buf generate"
3838
- name: Create Pull Request
39-
uses: peter-evans/create-pull-request@v8.0.0
39+
uses: peter-evans/create-pull-request@v8.1.0
4040
if: steps.buf-update.outputs.updated == 'true'
4141
with:
4242
delete-branch: "true"

0 commit comments

Comments
 (0)