Skip to content

Commit

Permalink
chore(deps): Bump bufbuild/buf-setup-action from 1.27.0 to 1.27.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.27.0 to 1.27.1.
- [Release notes](https://github.com/bufbuild/buf-setup-action/releases)
- [Commits](bufbuild/buf-setup-action@v1.27.0...v1.27.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 Oct 23, 2023
1 parent 242fd94 commit c303ad4
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 @@ -20,7 +20,7 @@ jobs:
cache-dependency-path: '**/package-lock.json'

- name: "Install buf CLI"
uses: bufbuild/buf-setup-action@v1.27.0
uses: bufbuild/buf-setup-action@v1.27.1
with:
github_token: ${{ secrets.GITHUB_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.0
uses: bufbuild/buf-setup-action@v1.27.1
with:
github_token: ${{ secrets.GITHUB_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.0
uses: bufbuild/buf-setup-action@v1.27.1
with:
github_token: ${{ secrets.GITHUB_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 @@ -30,7 +30,7 @@ jobs:
private_key: ${{ secrets.BOT_APP_PRIVATE_KEY }}

- name: "Install buf CLI"
uses: bufbuild/buf-setup-action@v1.27.0
uses: bufbuild/buf-setup-action@v1.27.1
with:
github_token: ${{ secrets.GITHUB_TOKEN }}

Expand Down

0 comments on commit c303ad4

Please sign in to comment.