Skip to content

Commit 5c0aaf4

Browse files
authored
Merge pull request #313 from authzed/dependabot/github_actions/github-actions-c87fbae686
chore(deps): bump the github-actions group with 2 updates
2 parents 8f0fac3 + 98849c7 commit 5c0aaf4

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)