Skip to content

Commit

Permalink
chore(deps): bump bufbuild/buf-setup-action from 1.26.0 to 1.26.1 (#541)
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.26.0 to 1.26.1.
  • Loading branch information
dependabot[bot] committed Aug 16, 2023
1 parent 65c9663 commit ede90ab
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: bufbuild/buf-setup-action@v1.26.0
- uses: bufbuild/buf-setup-action@v1.26.1
with:
github_token: ${{ github.token }}
- run: buf format --diff --exit-code
Expand All @@ -36,7 +36,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: bufbuild/buf-setup-action@v1.26.0
- uses: bufbuild/buf-setup-action@v1.26.1
with:
github_token: ${{ github.token }}
- uses: bufbuild/buf-lint-action@v1
Expand Down Expand Up @@ -72,7 +72,7 @@ jobs:
- uses: actions/checkout@v3
with:
fetch-depth: 0
- uses: bufbuild/buf-setup-action@v1.26.0
- uses: bufbuild/buf-setup-action@v1.26.1
- uses: actions/setup-node@v3
with:
node-version: "18"
Expand All @@ -93,7 +93,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: bufbuild/buf-setup-action@v1.26.0
- uses: bufbuild/buf-setup-action@v1.26.1
- name: Run proto-prefix.py
run: tools/proto_prefix.py output test proto go_package=github.com/test/proto
- name: Modify buf config to build rewritten proto files
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pr_breaking.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: bufbuild/buf-setup-action@v1.26.0
- uses: bufbuild/buf-setup-action@v1.26.1
with:
github_token: ${{ github.token }}
- name: check for breaking changes
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
with:
node-version: "18"

- uses: bufbuild/buf-setup-action@v1.26.0
- uses: bufbuild/buf-setup-action@v1.26.1
with:
github_token: ${{ github.token }}

Expand Down

0 comments on commit ede90ab

Please sign in to comment.