Skip to content

Commit

Permalink
build(deps): bump bufbuild/buf-action from 1.0.0 to 1.0.1 (#4217)
Browse files Browse the repository at this point in the history
Bumps [bufbuild/buf-action](https://github.com/bufbuild/buf-action) from 1.0.0 to 1.0.1.
- [Release notes](https://github.com/bufbuild/buf-action/releases)
- [Changelog](https://github.com/bufbuild/buf-action/blob/main/RELEASE.md)
- [Commits](bufbuild/buf-action@e08102e...d4b4325)

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

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Aug 21, 2024
1 parent b2a9a00 commit d598b19
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/generation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
# Run `git checkout`
- uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
# Install the `buf` CLI
- uses: bufbuild/buf-action@e08102e131956fce8553dcde03dc7b05c0c88c46 # v1.0.0
- uses: bufbuild/buf-action@d4b43256b3a511e94e6c0d38d478e1bd39f8690e # v1.0.1
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
push: false
Expand All @@ -39,7 +39,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
- uses: bufbuild/buf-action@e08102e131956fce8553dcde03dc7b05c0c88c46 # v1.0.0
- uses: bufbuild/buf-action@d4b43256b3a511e94e6c0d38d478e1bd39f8690e # v1.0.1
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
push: false
Expand Down

0 comments on commit d598b19

Please sign in to comment.