Skip to content

Commit 553d6dc

Browse files
chore(deps): Update bufbuild/buf-setup-action action to v1.37.0 (#151)
[![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.36.0` -> `v1.37.0` | --- ### Release Notes <details> <summary>bufbuild/buf-setup-action (bufbuild/buf-setup-action)</summary> ### [`v1.37.0`](https://togithub.com/bufbuild/buf-setup-action/releases/tag/v1.37.0) [Compare Source](https://togithub.com/bufbuild/buf-setup-action/compare/v1.36.0...v1.37.0) Release v1.37.0 </details> --- ### 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. --- - [ ] <!-- rebase-check -->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). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOC4yNi4xIiwidXBkYXRlZEluVmVyIjoiMzguMjYuMSIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOlsiYXJlYS9jaSIsImJvdHMiLCJraW5kL2Nob3JlIl19--> Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Signed-off-by: Oğuzhan Durgun <oguzhandurgun95@gmail.com> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 499ffb4 commit 553d6dc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/pr.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
runs-on: ubuntu-latest
1313
steps:
1414
- name: Setup Buf
15-
uses: bufbuild/buf-setup-action@v1.36.0
15+
uses: bufbuild/buf-setup-action@v1.37.0
1616
with:
1717
github_token: ${{ secrets.GITHUB_TOKEN }}
1818

@@ -47,7 +47,7 @@ jobs:
4747
runs-on: ubuntu-latest
4848
steps:
4949
- name: Setup Buf
50-
uses: bufbuild/buf-setup-action@v1.36.0
50+
uses: bufbuild/buf-setup-action@v1.37.0
5151
with:
5252
github_token: ${{ secrets.GITHUB_TOKEN }}
5353

0 commit comments

Comments
 (0)