From 39229ae66c3204b351659c73971df77ce64e5f4e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 30 Dec 2024 11:56:01 +0000 Subject: [PATCH] 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.47.2 to 1.48.0 - [Release notes](https://github.com/bufbuild/buf-setup-action/releases) - [Commits](https://github.com/bufbuild/buf-setup-action/compare/v1.47.2...v1.48.0) Updates `peter-evans/create-pull-request` from 7.0.5 to 7.0.6 - [Release notes](https://github.com/peter-evans/create-pull-request/releases) - [Commits](https://github.com/peter-evans/create-pull-request/compare/v7.0.5...v7.0.6) --- 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-patch 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 e73df24..eadadd9 100644 --- a/.github/workflows/automatic-api-update.yaml +++ b/.github/workflows/automatic-api-update.yaml @@ -23,7 +23,7 @@ jobs: run: | echo "Update status: $UPDATED_STATUS" - name: "Install buf" - uses: "bufbuild/buf-setup-action@v1.47.2" + uses: "bufbuild/buf-setup-action@v1.48.0" with: github_token: "${{ secrets.GITHUB_TOKEN }}" if: "steps.buf-update.outputs.updated == 'true'" @@ -31,7 +31,7 @@ jobs: if: "steps.buf-update.outputs.updated == 'true'" run: "buf generate" - name: "Create Pull Request" - uses: "peter-evans/create-pull-request@v7.0.5" + uses: "peter-evans/create-pull-request@v7.0.6" 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 45baddb..fe0766d 100644 --- a/.github/workflows/manual-api-update.yaml +++ b/.github/workflows/manual-api-update.yaml @@ -27,7 +27,7 @@ jobs: run: | echo "Update status: $UPDATED_STATUS" - name: "Install buf" - uses: "bufbuild/buf-setup-action@v1.47.2" + uses: "bufbuild/buf-setup-action@v1.48.0" with: github_token: "${{ secrets.GITHUB_TOKEN }}" if: "steps.buf-update.outputs.updated == 'true'" @@ -35,7 +35,7 @@ jobs: if: "steps.buf-update.outputs.updated == 'true'" run: "buf generate" - name: "Create Pull Request" - uses: "peter-evans/create-pull-request@v7.0.5" + uses: "peter-evans/create-pull-request@v7.0.6" if: "steps.buf-update.outputs.updated == 'true'" with: delete-branch: "true"