From ada345a6fe819bcf24e07d7ba1d744a9167409a2 Mon Sep 17 00:00:00 2001
From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com>
Date: Tue, 7 Nov 2023 12:20:29 +0300
Subject: [PATCH] chore(deps): Update github actions deps (#109)
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 |
|---|---|---|---|
|
[amannn/action-semantic-pull-request](https://togithub.com/amannn/action-semantic-pull-request)
| action | minor | `v5.3.0` -> `v5.4.0` |
|
[bufbuild/buf-setup-action](https://togithub.com/bufbuild/buf-setup-action)
| action | patch | `v1.27.1` -> `v1.27.2` |
---
### Release Notes
amannn/action-semantic-pull-request
(amannn/action-semantic-pull-request)
###
[`v5.4.0`](https://togithub.com/amannn/action-semantic-pull-request/releases/tag/v5.4.0)
[Compare
Source](https://togithub.com/amannn/action-semantic-pull-request/compare/v5.3.0...v5.4.0)
##### Features
- Use `github.api_url` as default for `githubBaseUrl`
([#243](https://togithub.com/amannn/action-semantic-pull-request/issues/243)
by [@fty4](https://togithub.com/fty4))
([4d5734a](https://togithub.com/amannn/action-semantic-pull-request/commit/4d5734a0a29e548daecc9e7bfeb9bb8b3acdee1e))
bufbuild/buf-setup-action (bufbuild/buf-setup-action)
###
[`v1.27.2`](https://togithub.com/bufbuild/buf-setup-action/compare/v1.27.1...v1.27.2)
[Compare
Source](https://togithub.com/bufbuild/buf-setup-action/compare/v1.27.1...v1.27.2)
---
### 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.
👻 **Immortal**: This PR will be recreated if closed unmerged. Get
[config help](https://togithub.com/renovatebot/renovate/discussions) if
that's undesired.
---
- [ ] 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-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>
Co-authored-by: OÄŸuzhan Durgun
---
.github/workflows/pr-title.yaml | 2 +-
.github/workflows/pr.yaml | 4 ++--
2 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/.github/workflows/pr-title.yaml b/.github/workflows/pr-title.yaml
index a6fa66d..49d8410 100644
--- a/.github/workflows/pr-title.yaml
+++ b/.github/workflows/pr-title.yaml
@@ -11,7 +11,7 @@ jobs:
name: Validate PR title
runs-on: ubuntu-latest
steps:
- - uses: amannn/action-semantic-pull-request@v5.3.0
+ - uses: amannn/action-semantic-pull-request@v5.4.0
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
diff --git a/.github/workflows/pr.yaml b/.github/workflows/pr.yaml
index f03317e..30fb3a7 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.27.1
+ uses: bufbuild/buf-setup-action@v1.27.2
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
@@ -39,7 +39,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Setup Buf
- uses: bufbuild/buf-setup-action@v1.27.1
+ uses: bufbuild/buf-setup-action@v1.27.2
with:
github_token: ${{ secrets.GITHUB_TOKEN }}