From 4d6366cc5518c86e8bdbb569a0dbff2d70fd6e36 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 20 Jun 2026 22:27:45 +0000 Subject: [PATCH] chore(deps): update jdx/mise-action action to v4.2.0 --- .github/workflows/ci.yml | 10 +++++----- .github/workflows/release-please.yml | 2 +- .github/workflows/release.yml | 4 ++-- 3 files changed, 8 insertions(+), 8 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index b3335e90..3875977f 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -90,7 +90,7 @@ jobs: sudo apt-get update sudo apt-get install -y --no-install-recommends mold cmake pkg-config perl - - uses: jdx/mise-action@dba19683ed58901619b14f395a24841710cb4925 # v4.1.0 + - uses: jdx/mise-action@e6a8b3978addb5a52f2b4cd9d91eafa7f0ab959d # v4.2.0 with: install: false @@ -211,7 +211,7 @@ jobs: with: persist-credentials: false - - uses: jdx/mise-action@dba19683ed58901619b14f395a24841710cb4925 # v4.1.0 + - uses: jdx/mise-action@e6a8b3978addb5a52f2b4cd9d91eafa7f0ab959d # v4.2.0 with: install: false @@ -320,7 +320,7 @@ jobs: # drag in Rust/Node/cargo-tools it never uses. With `install: true` the # action runs `mise install` which compiles the cargo: tools from # source — minutes of overhead for a job that only needs `helm`. - - uses: jdx/mise-action@dba19683ed58901619b14f395a24841710cb4925 # v4.1.0 + - uses: jdx/mise-action@e6a8b3978addb5a52f2b4cd9d91eafa7f0ab959d # v4.2.0 with: install: false @@ -351,7 +351,7 @@ jobs: # mise install: false + explicit subset so this job doesn't drag in # Rust/Node/cargo-tools it never uses. See the helm-lint job above # for the rationale. - - uses: jdx/mise-action@dba19683ed58901619b14f395a24841710cb4925 # v4.1.0 + - uses: jdx/mise-action@e6a8b3978addb5a52f2b4cd9d91eafa7f0ab959d # v4.2.0 with: install: false @@ -377,7 +377,7 @@ jobs: # Rust/Node/cargo-tools (Rust comes from the inline image build via # the Dockerfile's own toolchain). See the helm-lint job above for # the broader rationale. - - uses: jdx/mise-action@dba19683ed58901619b14f395a24841710cb4925 # v4.1.0 + - uses: jdx/mise-action@e6a8b3978addb5a52f2b4cd9d91eafa7f0ab959d # v4.2.0 with: install: false diff --git a/.github/workflows/release-please.yml b/.github/workflows/release-please.yml index a7389699..b3fa0ffe 100644 --- a/.github/workflows/release-please.yml +++ b/.github/workflows/release-please.yml @@ -89,7 +89,7 @@ jobs: # and the token is the bot's so the push triggers downstream CI. persist-credentials: true - - uses: jdx/mise-action@dba19683ed58901619b14f395a24841710cb4925 # v4.1.0 + - uses: jdx/mise-action@e6a8b3978addb5a52f2b4cd9d91eafa7f0ab959d # v4.2.0 with: install: false diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 93adfee5..7ecc3537 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -90,7 +90,7 @@ jobs: sudo apt-get update sudo apt-get install -y --no-install-recommends libatomic1 - - uses: jdx/mise-action@dba19683ed58901619b14f395a24841710cb4925 # v4.1.0 + - uses: jdx/mise-action@e6a8b3978addb5a52f2b4cd9d91eafa7f0ab959d # v4.2.0 with: install: false cache: false @@ -428,7 +428,7 @@ jobs: # helm; full `mise install` would drag in Rust/Node/cargo-tools. # cache: false because publish-helm-chart runs once per release tag and # the saved cache wouldn't help downstream. - - uses: jdx/mise-action@dba19683ed58901619b14f395a24841710cb4925 # v4.1.0 + - uses: jdx/mise-action@e6a8b3978addb5a52f2b4cd9d91eafa7f0ab959d # v4.2.0 with: install: false cache: false