From febc1fd8029c24427236dc178116e6874c36e257 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 1 Sep 2026 10:57:50 +0000 Subject: [PATCH] chore(deps): update all non-major dependencies --- .github/composite-actions/install/action.yml | 2 +- .github/workflows/ci.yml | 8 ++++---- dot_config/mise/config.toml | 2 +- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/composite-actions/install/action.yml b/.github/composite-actions/install/action.yml index 67fcf8e..575d6f1 100644 --- a/.github/composite-actions/install/action.yml +++ b/.github/composite-actions/install/action.yml @@ -5,7 +5,7 @@ runs: using: composite steps: - name: Setup mise - uses: jdx/mise-action@3c2e0cf82a5b2e5249f0d3635a4d83d0ae861518 # v4.2.5 + uses: jdx/mise-action@c2a87611a18de5b3828c5652fe268e992400cb5c # v4.3.0 with: cache: true diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 655efe8..73b911a 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -38,7 +38,7 @@ jobs: submodules: recursive - name: Setup mise - uses: jdx/mise-action@3c2e0cf82a5b2e5249f0d3635a4d83d0ae861518 # v4.2.5 + uses: jdx/mise-action@c2a87611a18de5b3828c5652fe268e992400cb5c # v4.3.0 with: cache: true @@ -58,7 +58,7 @@ jobs: submodules: recursive - name: Setup mise - uses: jdx/mise-action@3c2e0cf82a5b2e5249f0d3635a4d83d0ae861518 # v4.2.5 + uses: jdx/mise-action@c2a87611a18de5b3828c5652fe268e992400cb5c # v4.3.0 with: cache: true @@ -77,7 +77,7 @@ jobs: submodules: recursive - name: Setup mise - uses: jdx/mise-action@3c2e0cf82a5b2e5249f0d3635a4d83d0ae861518 # v4.2.5 + uses: jdx/mise-action@c2a87611a18de5b3828c5652fe268e992400cb5c # v4.3.0 with: cache: true @@ -98,7 +98,7 @@ jobs: submodules: recursive - name: Setup mise - uses: jdx/mise-action@3c2e0cf82a5b2e5249f0d3635a4d83d0ae861518 # v4.2.5 + uses: jdx/mise-action@c2a87611a18de5b3828c5652fe268e992400cb5c # v4.3.0 with: cache: true diff --git a/dot_config/mise/config.toml b/dot_config/mise/config.toml index 706477b..ac424af 100644 --- a/dot_config/mise/config.toml +++ b/dot_config/mise/config.toml @@ -10,7 +10,7 @@ bun = "1.4.0" chezmoi = "2.72.0" # npm 製ツール -"npm:agent-browser" = "0.34.0" +"npm:agent-browser" = "0.35.0" "npm:@openai/codex" = "0.149.1" # 自作パッケージなのでリリース隔離期間を適用しない "npm:mdscroll" = { version = "0.4.2", minimum_release_age = "0d" }