Skip to content

Commit

Permalink
Build(deps): Bump bufbuild/buf-setup-action from 1.24.0 to 1.25.0 (#601)
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.24.0 to 1.25.0.
- [Release notes](https://github.com/bufbuild/buf-setup-action/releases)
- [Commits](bufbuild/buf-setup-action@v1.24.0...v1.25.0)

---
updated-dependencies:
- dependency-name: bufbuild/buf-setup-action
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Jul 20, 2023
1 parent 5f68f93 commit 301874e
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/buf-push.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
- name: Checkout Code
uses: actions/checkout@v3

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

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/cd.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ jobs:
- name: Install Packages
run: npm install

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

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/nightly.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
- name: Install Packages
run: npm install

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

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pr.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:
- name: Install Packages
run: npm install

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

Expand Down

0 comments on commit 301874e

Please sign in to comment.