Skip to content

Commit

Permalink
Bump bufbuild/buf-setup-action from 1.25.0 to 1.25.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.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>
  • Loading branch information
dependabot[bot] committed Aug 3, 2023
1 parent badc6d7 commit 3abd28b
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/proto-registry.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
- name: Checkout
uses: actions/checkout@v3
- name: Buf setup action
uses: bufbuild/buf-setup-action@v1.25.0
uses: bufbuild/buf-setup-action@v1.25.1
- name: Buf push 'third_party/proto'
uses: bufbuild/buf-push-action@v1
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/proto.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:
fi
echo "Setting output: base-branch=$branch"
echo "base-branch=$branch" >> "$GITHUB_OUTPUT"
- uses: bufbuild/buf-setup-action@v1.25.0
- uses: bufbuild/buf-setup-action@v1.25.1
- uses: bufbuild/buf-lint-action@v1.0.3
if: always()
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -158,7 +158,7 @@ jobs:
- name: Checkout
uses: actions/checkout@v3
- name: Buf setup action
uses: bufbuild/buf-setup-action@v1.25.0
uses: bufbuild/buf-setup-action@v1.25.1
- name: Buf push 'proto/'
uses: bufbuild/buf-push-action@v1
with:
Expand Down

0 comments on commit 3abd28b

Please sign in to comment.