Skip to content

Commit

Permalink
Update to [email protected] (#107)
Browse files Browse the repository at this point in the history
  • Loading branch information
smallsamantha authored May 7, 2024
1 parent 752f6c6 commit 1ad2f24
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/buf.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: bufbuild/buf-setup-action@v1
- uses: bufbuild/buf-setup-action@v1.32.0-beta.1
- uses: bufbuild/buf-breaking-action@v1
with:
against: buf.build/bufbuild/registry
Expand All @@ -37,7 +37,7 @@ jobs:
steps:
- uses: actions/checkout@v4
- name: Install buf cli
uses: bufbuild/buf-setup-action@v1
uses: bufbuild/buf-setup-action@v1.32.0-beta.1
with:
github_token: ${{ github.token }}
- uses: bufbuild/buf-push-action@v1
Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ BIN := .tmp/bin
export PATH := $(BIN):$(PATH)
export GOBIN := $(abspath $(BIN))

BUF_VERSION := v1.29.0
BUF_VERSION := v1.32.0-beta.1
COPYRIGHT_YEARS := 2023-2024

.PHONY: help
Expand Down

0 comments on commit 1ad2f24

Please sign in to comment.