From 166223cba1fdf1f2ceaac2f2c96709c659993004 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 26 Aug 2024 12:34:21 +0300 Subject: [PATCH] chore(deps): Update bufbuild/buf-setup-action action to v1.38.0 (#153) 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 | minor | `v1.37.0` -> `v1.38.0` | --- ### Release Notes
bufbuild/buf-setup-action (bufbuild/buf-setup-action) ### [`v1.38.0`](https://togithub.com/bufbuild/buf-setup-action/releases/tag/v1.38.0) [Compare Source](https://togithub.com/bufbuild/buf-setup-action/compare/v1.37.0...v1.38.0) Release v1.38.0
--- ### 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 was generated by [Mend Renovate](https://www.mend.io/free-developer-tools/renovate/). View the [repository job log](https://developer.mend.io/github/cerbos/cerbos-sdk-net). Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Signed-off-by: Oğuzhan Durgun Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- .github/workflows/pr.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/pr.yaml b/.github/workflows/pr.yaml index 8e00d86..fed4dcb 100644 --- a/.github/workflows/pr.yaml +++ b/.github/workflows/pr.yaml @@ -12,7 +12,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Setup Buf - uses: bufbuild/buf-setup-action@v1.37.0 + uses: bufbuild/buf-setup-action@v1.38.0 with: github_token: ${{ secrets.GITHUB_TOKEN }} @@ -47,7 +47,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Setup Buf - uses: bufbuild/buf-setup-action@v1.37.0 + uses: bufbuild/buf-setup-action@v1.38.0 with: github_token: ${{ secrets.GITHUB_TOKEN }}