From d598b19bf0c01de0df796601f159a8d7d1aa368d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 21 Aug 2024 15:43:39 +0300 Subject: [PATCH] build(deps): bump bufbuild/buf-action from 1.0.0 to 1.0.1 (#4217) 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](https://github.com/bufbuild/buf-action/compare/e08102e131956fce8553dcde03dc7b05c0c88c46...d4b43256b3a511e94e6c0d38d478e1bd39f8690e) --- updated-dependencies: - dependency-name: bufbuild/buf-action dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .github/workflows/generation.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/generation.yml b/.github/workflows/generation.yml index 6a96eb721e..2b7de99bde 100644 --- a/.github/workflows/generation.yml +++ b/.github/workflows/generation.yml @@ -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 @@ -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