Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 82c6c08

Browse files
authoredMay 8, 2023
build(deps): Bump bufbuild/buf-setup-action from 1.17.0 to 1.18.0 (#805)
Bumps [bufbuild/buf-setup-action](https://github.com/bufbuild/buf-setup-action) from 1.17.0 to 1.18.0. - [Release notes](https://github.com/bufbuild/buf-setup-action/releases) - [Commits](bufbuild/buf-setup-action@v1.17.0...v1.18.0) --- updated-dependencies: - dependency-name: bufbuild/buf-setup-action dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent c5455d2 commit 82c6c08

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎.github/workflows/proto-lint.yml

+1-1
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.17.0
18+
- uses: bufbuild/buf-setup-action@v1.18.0
1919
- uses: bufbuild/buf-lint-action@v1
2020
with:
2121
input: 'proto'

0 commit comments

Comments
 (0)
Please sign in to comment.