From 16c8091d72bbf800a3100e3c30a6fb4cd53fb749 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 15 Oct 2024 14:58:16 +0000 Subject: [PATCH] build(deps): bump the github-actions group across 1 directory with 2 updates Bumps the github-actions group with 2 updates in the / directory: [bufbuild/buf-setup-action](https://github.com/bufbuild/buf-setup-action) and [peter-evans/create-pull-request](https://github.com/peter-evans/create-pull-request). Updates `bufbuild/buf-setup-action` from 1.39.0 to 1.45.0 - [Release notes](https://github.com/bufbuild/buf-setup-action/releases) - [Commits](https://github.com/bufbuild/buf-setup-action/compare/v1.39.0...v1.45.0) Updates `peter-evans/create-pull-request` from 6.1.0 to 7.0.5 - [Release notes](https://github.com/peter-evans/create-pull-request/releases) - [Commits](https://github.com/peter-evans/create-pull-request/compare/v6.1.0...v7.0.5) --- updated-dependencies: - dependency-name: bufbuild/buf-setup-action dependency-type: direct:production update-type: version-update:semver-minor dependency-group: github-actions - dependency-name: peter-evans/create-pull-request dependency-type: direct:production update-type: version-update:semver-major dependency-group: github-actions ... Signed-off-by: dependabot[bot] --- .github/workflows/automatic-api-update.yaml | 4 ++-- .github/workflows/manual-api-update.yaml | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/automatic-api-update.yaml b/.github/workflows/automatic-api-update.yaml index effa750..79f1563 100644 --- a/.github/workflows/automatic-api-update.yaml +++ b/.github/workflows/automatic-api-update.yaml @@ -43,7 +43,7 @@ jobs: useLockFile: false working-directory: ./ - name: "Install buf" - uses: "bufbuild/buf-setup-action@v1.39.0" + uses: "bufbuild/buf-setup-action@v1.45.0" if: steps.buf-update.outputs.updated == 'true' with: version: "1.37.0" @@ -52,7 +52,7 @@ jobs: run: | ./buf.gen.yaml - name: Create Pull Request - uses: peter-evans/create-pull-request@v6.1.0 + uses: peter-evans/create-pull-request@v7.0.5 if: steps.buf-update.outputs.updated == 'true' with: delete-branch: "true" diff --git a/.github/workflows/manual-api-update.yaml b/.github/workflows/manual-api-update.yaml index f1291db..d3d997f 100644 --- a/.github/workflows/manual-api-update.yaml +++ b/.github/workflows/manual-api-update.yaml @@ -47,7 +47,7 @@ jobs: useLockFile: false working-directory: ./ - name: "Install buf" - uses: "bufbuild/buf-setup-action@v1.39.0" + uses: "bufbuild/buf-setup-action@v1.45.0" if: steps.buf-update.outputs.updated == 'true' with: version: "1.37.0" @@ -56,7 +56,7 @@ jobs: run: | ./buf.gen.yaml - name: Create Pull Request - uses: peter-evans/create-pull-request@v6.1.0 + uses: peter-evans/create-pull-request@v7.0.5 if: steps.buf-update.outputs.updated == 'true' with: delete-branch: "true"