From 2c5da36a98d64b9a7e70b21fd9ebbd1ddbee9508 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 29 Mar 2026 07:55:54 +0000 Subject: [PATCH] chore(deps): update dependency 5ouma/utils to v0.9.3 --- .github/renovate.json | 2 +- .github/workflows/pre-commit.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/renovate.json b/.github/renovate.json index 1e12605..11ced60 100644 --- a/.github/renovate.json +++ b/.github/renovate.json @@ -1,4 +1,4 @@ { "$schema": "https://docs.renovatebot.com/renovate-schema.json", - "extends": ["github>5ouma/utils#v0.9.0", "github>5ouma/utils:labels#v0.9.0"] + "extends": ["github>5ouma/utils#v0.9.3", "github>5ouma/utils:labels#v0.9.3"] } diff --git a/.github/workflows/pre-commit.yml b/.github/workflows/pre-commit.yml index cd0a58b..c2a1ec5 100644 --- a/.github/workflows/pre-commit.yml +++ b/.github/workflows/pre-commit.yml @@ -16,6 +16,6 @@ jobs: steps: - name: 🚸 Run pre-commit - uses: 5ouma/utils/pre-commit@e3ddd062e52b578a512e70d94994624f5fa914cd # v0.9.0 + uses: 5ouma/utils/pre-commit@d7317adbd74c0d1b71a31b01c3d28a08be25c932 # v0.9.3 with: token: ${{ secrets.GITHUB_TOKEN }}