From 3d47b512008ca9f26148f1c754c807f3bc76fa9f Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 7 Apr 2026 14:34:38 +0000 Subject: [PATCH] chore(deps): update dependency 5ouma/utils to v0.9.4 --- .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 11ced60..c385b1d 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.3", "github>5ouma/utils:labels#v0.9.3"] + "extends": ["github>5ouma/utils#v0.9.4", "github>5ouma/utils:labels#v0.9.4"] } diff --git a/.github/workflows/pre-commit.yml b/.github/workflows/pre-commit.yml index c2a1ec5..b0b1bca 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@d7317adbd74c0d1b71a31b01c3d28a08be25c932 # v0.9.3 + uses: 5ouma/utils/pre-commit@e7cf7a62cbf6353c7b9667884a54d9a3e93ae2af # v0.9.4 with: token: ${{ secrets.GITHUB_TOKEN }}