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 }}