From 00dd72de76b1934c805fa762084fe08f5a12ed7b Mon Sep 17 00:00:00 2001 From: "5ouma[bot]" <216295601+5ouma[bot]@users.noreply.github.com> Date: Fri, 6 Feb 2026 21:04:40 +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 973c483a..cdb14cb9 100644 --- a/README.md +++ b/README.md @@ -25,7 +25,7 @@ jobs: job: runs-on: Ubuntu-Slim steps: - - uses: 5ouma/utils/pre-commit@v0.9.0 + - uses: 5ouma/utils/pre-commit@v0.9.1 with: config: /path/to/pre-commit-config.yml # Optional token: ${{ secrets.GITHUB_TOKEN }} # Optional @@ -41,7 +41,7 @@ jobs: job: runs-on: Ubuntu-Latest steps: - - uses: 5ouma/utils/setup-bun-with-cache@v0.9.0 + - uses: 5ouma/utils/setup-bun-with-cache@v0.9.1 ``` ### 🔒 Update Deno Lock File @@ -51,7 +51,7 @@ jobs: job: runs-on: Ubuntu-Slim steps: - - uses: 5ouma/utils/update-deno-lock-file@v0.9.0 + - uses: 5ouma/utils/update-deno-lock-file@v0.9.1 ``` > [!IMPORTANT] @@ -84,7 +84,7 @@ default_install_hook_types: repos: - repo: https://github.com/5ouma/utils - rev: v0.9.0 + rev: v0.9.1 hooks: - id: upload-git-commit-notion ``` @@ -95,6 +95,6 @@ repos: ```json { - "extends": ["github>5ouma/utils#v0.9.0", "github>5ouma/utils:labels#v0.9.0"] + "extends": ["github>5ouma/utils#v0.9.1", "github>5ouma/utils:labels#v0.9.1"] } ```