From 40356b755ce194141758e90a3cc0cf1418b45d78 Mon Sep 17 00:00:00 2001 From: "5ouma[bot]" <216295601+5ouma[bot]@users.noreply.github.com> Date: Sun, 17 May 2026 14:51:28 +0000 Subject: [PATCH] chore(release): prepare for the next release --- README.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 65cf9f91..d53fdacb 100644 --- a/README.md +++ b/README.md @@ -32,7 +32,7 @@ jobs: if: ${{ github.event.pull_request.user.login == 'renovate[bot]' && github.event.pull_request.merged }} runs-on: Ubuntu-Slim steps: - - uses: 5ouma/utils/label-past-pr@v0.12.0 + - uses: 5ouma/utils/label-past-pr@v0.12.1 with: branch: renovate/ # Optional label: past-pr @@ -45,7 +45,7 @@ jobs: job: runs-on: Ubuntu-Slim steps: - - uses: 5ouma/utils/pre-commit@v0.12.0 + - uses: 5ouma/utils/pre-commit@v0.12.1 with: config: /path/to/pre-commit-config.yml # Optional token: ${{ secrets.GITHUB_TOKEN }} # Optional @@ -61,7 +61,7 @@ jobs: job: runs-on: Ubuntu-Latest steps: - - uses: 5ouma/utils/setup-bun-with-cache@v0.12.0 + - uses: 5ouma/utils/setup-bun-with-cache@v0.12.1 ``` ## 🏷️ Labeler @@ -88,7 +88,7 @@ default_install_hook_types: repos: - repo: https://github.com/5ouma/utils - rev: v0.12.0 + rev: v0.12.1 hooks: - id: upload-git-commit-notion ``` @@ -102,6 +102,6 @@ repos: ```json { - "extends": ["github>5ouma/utils#v0.12.0", "github>5ouma/utils:labels#v0.12.0"] + "extends": ["github>5ouma/utils#v0.12.1", "github>5ouma/utils:labels#v0.12.1"] } ```