Skip to content

Commit

Permalink
Revert "build: Downgrade bufbuild/buf-setup-action to 1.27.2"
Browse files Browse the repository at this point in the history
This reverts commit 2642aa6.
  • Loading branch information
ankurdotb committed Jan 5, 2024
1 parent 2642aa6 commit 616edf5
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
cache: 'npm'

- name: "Install buf CLI"
uses: bufbuild/buf-setup-action@v1.27.2
uses: bufbuild/buf-setup-action@v1.28.1
with:
buf_user: ${{ secrets.BUF_USER }}
buf_api_token: ${{ secrets.BUF_TOKEN }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/codeql.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
queries: security-and-quality

- name: "Install buf CLI"
uses: bufbuild/buf-setup-action@v1.27.2
uses: bufbuild/buf-setup-action@v1.28.1
with:
buf_user: ${{ secrets.BUF_USER }}
buf_api_token: ${{ secrets.BUF_TOKEN }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/generate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
ref: ${{ env.BASE_BRANCH }}

- name: "Install buf CLI"
uses: bufbuild/buf-setup-action@v1.27.2
uses: bufbuild/buf-setup-action@v1.28.1
with:
buf_user: ${{ secrets.BUF_USER }}
buf_api_token: ${{ secrets.BUF_TOKEN }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
private_key: ${{ secrets.BOT_APP_PRIVATE_KEY }}

- name: "Install buf CLI"
uses: bufbuild/buf-setup-action@v1.27.2
uses: bufbuild/buf-setup-action@v1.28.1
with:
buf_user: ${{ secrets.BUF_USER }}
buf_api_token: ${{ secrets.BUF_TOKEN }}
Expand Down

0 comments on commit 616edf5

Please sign in to comment.