Skip to content

Commit

Permalink
Merge pull request #50 from zeta-chain/dependabot/github_actions/bufb…
Browse files Browse the repository at this point in the history
…uild/buf-setup-action-1.34.0

build(deps): bump bufbuild/buf-setup-action from 1.16.0 to 1.34.0
  • Loading branch information
Francisco de Borja Aranda Castillejo authored Jul 19, 2024
2 parents c4829df + 3e1740e commit 837b86c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/proto.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
timeout-minutes: 5
steps:
- uses: actions/checkout@v3
- uses: bufbuild/buf-setup-action@v1.16.0
- uses: bufbuild/buf-setup-action@v1.34.0
- uses: bufbuild/buf-lint-action@v1
with:
input: "proto"
Expand All @@ -21,7 +21,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: bufbuild/buf-setup-action@v1.16.0
- uses: bufbuild/buf-setup-action@v1.34.0
- uses: bufbuild/buf-breaking-action@v1
with:
input: "proto"
Expand Down

0 comments on commit 837b86c

Please sign in to comment.