Skip to content
This repository was archived by the owner on Dec 1, 2025. It is now read-only.

Commit 35bcaff

Browse files
dependabot[bot]puneetmahajan
authored andcommitted
Bump bufbuild/buf-setup-action from 1.25.0 to 1.25.1 (#606)
Bumps [bufbuild/buf-setup-action](https://github.com/bufbuild/buf-setup-action) from 1.25.0 to 1.25.1. - [Release notes](https://github.com/bufbuild/buf-setup-action/releases) - [Commits](bufbuild/buf-setup-action@v1.25.0...v1.25.1) --- updated-dependencies: - dependency-name: bufbuild/buf-setup-action dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 38f506b commit 35bcaff

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/proto-registry.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
runs-on: ubuntu-latest
1414
steps:
1515
- uses: actions/checkout@v3
16-
- uses: bufbuild/buf-setup-action@v1.25.0
16+
- uses: bufbuild/buf-setup-action@v1.25.1
1717
- uses: bufbuild/buf-push-action@v1
1818
with:
1919
input: "proto"

.github/workflows/proto.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
timeout-minutes: 5
1616
steps:
1717
- uses: actions/checkout@v3
18-
- uses: bufbuild/buf-setup-action@v1.25.0
18+
- uses: bufbuild/buf-setup-action@v1.25.1
1919
- uses: bufbuild/buf-lint-action@v1
2020
with:
2121
input: "proto"
@@ -24,7 +24,7 @@ jobs:
2424
runs-on: ubuntu-latest
2525
steps:
2626
- uses: actions/checkout@v3
27-
- uses: bufbuild/buf-setup-action@v1.25.0
27+
- uses: bufbuild/buf-setup-action@v1.25.1
2828
- uses: bufbuild/buf-breaking-action@v1
2929
with:
3030
input: "proto"

0 commit comments

Comments
 (0)