From 42e6e61c33c9fea814fd8375cbb56bca3ae85004 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 24 Oct 2023 14:01:22 +0100 Subject: [PATCH] chore(deps): Update bufbuild/buf-setup-action action to v1.27.1 (#1844) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit [![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [bufbuild/buf-setup-action](https://togithub.com/bufbuild/buf-setup-action) | action | patch | `v1.27.0` -> `v1.27.1` | --- > [!WARNING] > Some dependencies could not be looked up. Check the Dependency Dashboard for more information. --- ### Release Notes
bufbuild/buf-setup-action (bufbuild/buf-setup-action) ### [`v1.27.1`](https://togithub.com/bufbuild/buf-setup-action/compare/v1.27.0...v1.27.1) [Compare Source](https://togithub.com/bufbuild/buf-setup-action/compare/v1.27.0...v1.27.1)
--- ### Configuration 📅 **Schedule**: Branch creation - "before 4am on Monday" (UTC), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] If you want to rebase/retry this PR, check this box --- This PR has been generated by [Mend Renovate](https://www.mend.io/free-developer-tools/renovate/). View repository job log [here](https://developer.mend.io/github/cerbos/cerbos). Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- .github/workflows/pr-test.yaml | 2 +- .github/workflows/release.yaml | 2 +- .github/workflows/snapshot.yaml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/pr-test.yaml b/.github/workflows/pr-test.yaml index 65b096c6d..2352e34ea 100644 --- a/.github/workflows/pr-test.yaml +++ b/.github/workflows/pr-test.yaml @@ -214,7 +214,7 @@ jobs: - uses: actions/checkout@v4 - name: Setup Buf - uses: bufbuild/buf-setup-action@v1.27.0 + uses: bufbuild/buf-setup-action@v1.27.1 with: github_token: ${{ github.token }} diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 25533bec9..ef589cead 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -67,7 +67,7 @@ jobs: - uses: actions/checkout@v4 - name: Setup Buf - uses: bufbuild/buf-setup-action@v1.27.0 + uses: bufbuild/buf-setup-action@v1.27.1 with: github_token: ${{ github.token }} diff --git a/.github/workflows/snapshot.yaml b/.github/workflows/snapshot.yaml index 8a87297f2..689261b51 100644 --- a/.github/workflows/snapshot.yaml +++ b/.github/workflows/snapshot.yaml @@ -126,7 +126,7 @@ jobs: - uses: actions/checkout@v4 - name: Setup Buf - uses: bufbuild/buf-setup-action@v1.27.0 + uses: bufbuild/buf-setup-action@v1.27.1 with: github_token: ${{ github.token }}