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"] } ```