Skip to content

Commit

Permalink
chore(deps): bump bufbuild/buf-setup-action from 1.23.0 to 1.23.1
Browse files Browse the repository at this point in the history
Bumps [bufbuild/buf-setup-action](https://github.com/bufbuild/buf-setup-action) from 1.23.0 to 1.23.1.
- [Release notes](https://github.com/bufbuild/buf-setup-action/releases)
- [Commits](bufbuild/buf-setup-action@v1.23.0...v1.23.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>
  • Loading branch information
dependabot[bot] committed Jul 3, 2023
1 parent 134f973 commit 1fdb276
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ jobs:
- name: Setup buf
if: steps.changed-proto-files.outputs.any_changed == 'true'
uses: bufbuild/buf-setup-action@v1.23.0
uses: bufbuild/buf-setup-action@v1.23.1

- name: Build and generate proto
if: steps.changed-proto-files.outputs.any_changed == 'true'
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ jobs:
uses: actions/checkout@v3

- name: Setup buf
uses: bufbuild/buf-setup-action@v1.23.0
uses: bufbuild/buf-setup-action@v1.23.1

- name: Push okp4 proto on buf registry
run:
Expand Down

0 comments on commit 1fdb276

Please sign in to comment.