Skip to content

Commit

Permalink
chore(deps): Update bufbuild/buf-setup-action action to v1.27.1 (#1844)
Browse files Browse the repository at this point in the history
[![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

<details>
<summary>bufbuild/buf-setup-action (bufbuild/buf-setup-action)</summary>

###
[`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)

</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 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).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4xOS4yIiwidXBkYXRlZEluVmVyIjoiMzcuMzEuMiIsInRhcmdldEJyYW5jaCI6Im1haW4ifQ==-->

Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] committed Oct 24, 2023
1 parent 90bd6cd commit 42e6e61
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/pr-test.yaml
Expand Up @@ -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 }}

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Expand Up @@ -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 }}

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/snapshot.yaml
Expand Up @@ -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 }}

Expand Down

0 comments on commit 42e6e61

Please sign in to comment.