From 672b4aebe48b8802ffcbe516627dbb1f4ac55361 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 9 Sep 2024 16:22:32 +0000 Subject: [PATCH] chore(deps): bump bufbuild/buf-setup-action from 1.39.0 to 1.40.1 (#42) Bumps [bufbuild/buf-setup-action](https://github.com/bufbuild/buf-setup-action) from 1.39.0 to 1.40.1. - [Release notes](https://github.com/bufbuild/buf-setup-action/releases) - [Commits](https://github.com/bufbuild/buf-setup-action/compare/v1.39.0...v1.40.1) --- updated-dependencies: - dependency-name: bufbuild/buf-setup-action dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .github/workflows/proto-upgrade.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/proto-upgrade.yml b/.github/workflows/proto-upgrade.yml index 5f26772..48c5160 100644 --- a/.github/workflows/proto-upgrade.yml +++ b/.github/workflows/proto-upgrade.yml @@ -17,7 +17,7 @@ jobs: - name: Checkout uses: actions/checkout@v4 - - uses: bufbuild/buf-setup-action@v1.39.0 + - uses: bufbuild/buf-setup-action@v1.40.1 with: github_token: ${{ secrets.GITHUB_TOKEN }}