diff --git a/.github/workflows/acceptance-tests.yml b/.github/workflows/acceptance-tests.yml index 404e73407..458b30ae3 100644 --- a/.github/workflows/acceptance-tests.yml +++ b/.github/workflows/acceptance-tests.yml @@ -13,7 +13,7 @@ jobs: with: persist-credentials: false uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6 - - uses: jdx/mise-action@1648a7812b9aeae629881980618f079932869151 # v4.0.1 + - uses: jdx/mise-action@dba19683ed58901619b14f395a24841710cb4925 # v4.1.0 with: version: v2026.5.18 sha256: cfac593469d028d7ae5fe36e37bd7c59118b5238e92d8a876209578464f24a84 diff --git a/.github/workflows/api-diff.yml b/.github/workflows/api-diff.yml index 548b7139f..cc8a1f104 100644 --- a/.github/workflows/api-diff.yml +++ b/.github/workflows/api-diff.yml @@ -35,7 +35,7 @@ jobs: - uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6 with: persist-credentials: false - - uses: jdx/mise-action@1648a7812b9aeae629881980618f079932869151 # v4.0.1 + - uses: jdx/mise-action@dba19683ed58901619b14f395a24841710cb4925 # v4.1.0 with: version: v2026.5.18 sha256: cfac593469d028d7ae5fe36e37bd7c59118b5238e92d8a876209578464f24a84 diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index b686c28cf..dfe2a4db8 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -12,7 +12,7 @@ jobs: - uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6 with: persist-credentials: false - - uses: jdx/mise-action@1648a7812b9aeae629881980618f079932869151 # v4.0.1 + - uses: jdx/mise-action@dba19683ed58901619b14f395a24841710cb4925 # v4.1.0 with: version: v2026.5.18 sha256: cfac593469d028d7ae5fe36e37bd7c59118b5238e92d8a876209578464f24a84 diff --git a/.github/workflows/generate-api-diff-baseline.yml b/.github/workflows/generate-api-diff-baseline.yml index a3ad47e86..c744ee4aa 100644 --- a/.github/workflows/generate-api-diff-baseline.yml +++ b/.github/workflows/generate-api-diff-baseline.yml @@ -33,7 +33,7 @@ jobs: with: ref: ${{ github.ref }} persist-credentials: false - - uses: jdx/mise-action@1648a7812b9aeae629881980618f079932869151 # v4.0.1 + - uses: jdx/mise-action@dba19683ed58901619b14f395a24841710cb4925 # v4.1.0 with: version: v2026.5.18 sha256: cfac593469d028d7ae5fe36e37bd7c59118b5238e92d8a876209578464f24a84 diff --git a/.github/workflows/generate-protobuf.yml b/.github/workflows/generate-protobuf.yml index e186836c8..388167b35 100644 --- a/.github/workflows/generate-protobuf.yml +++ b/.github/workflows/generate-protobuf.yml @@ -18,7 +18,7 @@ jobs: with: ref: ${{ github.ref }} persist-credentials: false - - uses: jdx/mise-action@1648a7812b9aeae629881980618f079932869151 # v4.0.1 + - uses: jdx/mise-action@dba19683ed58901619b14f395a24841710cb4925 # v4.1.0 with: version: v2026.5.18 sha256: cfac593469d028d7ae5fe36e37bd7c59118b5238e92d8a876209578464f24a84 diff --git a/.github/workflows/github-pages.yaml b/.github/workflows/github-pages.yaml index 270cdf677..739fe69da 100644 --- a/.github/workflows/github-pages.yaml +++ b/.github/workflows/github-pages.yaml @@ -37,7 +37,7 @@ jobs: persist-credentials: false fetch-tags: "true" fetch-depth: 0 - - uses: jdx/mise-action@1648a7812b9aeae629881980618f079932869151 # v4.0.1 + - uses: jdx/mise-action@dba19683ed58901619b14f395a24841710cb4925 # v4.1.0 with: version: v2026.5.18 sha256: cfac593469d028d7ae5fe36e37bd7c59118b5238e92d8a876209578464f24a84 diff --git a/.github/workflows/java-version-matrix-tests.yml b/.github/workflows/java-version-matrix-tests.yml index ad8526c66..9a5addc5c 100644 --- a/.github/workflows/java-version-matrix-tests.yml +++ b/.github/workflows/java-version-matrix-tests.yml @@ -31,7 +31,7 @@ jobs: persist-credentials: false - name: Set up mise - uses: jdx/mise-action@1648a7812b9aeae629881980618f079932869151 # v4.0.1 + uses: jdx/mise-action@dba19683ed58901619b14f395a24841710cb4925 # v4.1.0 with: version: v2026.5.18 sha256: cfac593469d028d7ae5fe36e37bd7c59118b5238e92d8a876209578464f24a84 diff --git a/.github/workflows/jmx-exporter-compatibility.yml b/.github/workflows/jmx-exporter-compatibility.yml index 79a1e9eb9..105fac810 100644 --- a/.github/workflows/jmx-exporter-compatibility.yml +++ b/.github/workflows/jmx-exporter-compatibility.yml @@ -22,7 +22,7 @@ jobs: - uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6 with: persist-credentials: false - - uses: jdx/mise-action@1648a7812b9aeae629881980618f079932869151 # v4.0.1 + - uses: jdx/mise-action@dba19683ed58901619b14f395a24841710cb4925 # v4.1.0 with: version: v2026.5.18 sha256: cfac593469d028d7ae5fe36e37bd7c59118b5238e92d8a876209578464f24a84 diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index bcac21fc3..a06fb7853 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -21,7 +21,7 @@ jobs: fetch-depth: 0 # needed for git diff --merge-base in lint:links - name: Setup mise - uses: jdx/mise-action@1648a7812b9aeae629881980618f079932869151 # v4.0.1 + uses: jdx/mise-action@dba19683ed58901619b14f395a24841710cb4925 # v4.1.0 with: version: v2026.5.18 sha256: cfac593469d028d7ae5fe36e37bd7c59118b5238e92d8a876209578464f24a84 diff --git a/.github/workflows/micrometer-compatibility.yml b/.github/workflows/micrometer-compatibility.yml index 11c4e8553..4ec369619 100644 --- a/.github/workflows/micrometer-compatibility.yml +++ b/.github/workflows/micrometer-compatibility.yml @@ -30,7 +30,7 @@ jobs: - uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3 with: persist-credentials: false - - uses: jdx/mise-action@1648a7812b9aeae629881980618f079932869151 # v4.0.1 + - uses: jdx/mise-action@dba19683ed58901619b14f395a24841710cb4925 # v4.1.0 with: version: v2026.5.18 sha256: cfac593469d028d7ae5fe36e37bd7c59118b5238e92d8a876209578464f24a84 diff --git a/.github/workflows/native-tests.yml b/.github/workflows/native-tests.yml index e21b9d94a..39faf42ba 100644 --- a/.github/workflows/native-tests.yml +++ b/.github/workflows/native-tests.yml @@ -13,7 +13,7 @@ jobs: with: persist-credentials: false uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6 - - uses: jdx/mise-action@1648a7812b9aeae629881980618f079932869151 # v4.0.1 + - uses: jdx/mise-action@dba19683ed58901619b14f395a24841710cb4925 # v4.1.0 with: version: v2026.5.18 sha256: cfac593469d028d7ae5fe36e37bd7c59118b5238e92d8a876209578464f24a84 diff --git a/.github/workflows/nightly-benchmarks.yml b/.github/workflows/nightly-benchmarks.yml index 134209cc5..b2ef58341 100644 --- a/.github/workflows/nightly-benchmarks.yml +++ b/.github/workflows/nightly-benchmarks.yml @@ -34,7 +34,7 @@ jobs: fetch-depth: 0 - name: Setup mise - uses: jdx/mise-action@1648a7812b9aeae629881980618f079932869151 # v4.0.1 + uses: jdx/mise-action@dba19683ed58901619b14f395a24841710cb4925 # v4.1.0 with: version: v2026.5.18 sha256: cfac593469d028d7ae5fe36e37bd7c59118b5238e92d8a876209578464f24a84 diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 6ba78b44a..7b45d1f82 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -30,7 +30,7 @@ jobs: ref: ${{ inputs.tag }} persist-credentials: false - - uses: jdx/mise-action@1648a7812b9aeae629881980618f079932869151 # v4.0.1 + - uses: jdx/mise-action@dba19683ed58901619b14f395a24841710cb4925 # v4.1.0 with: version: v2026.5.18 sha256: cfac593469d028d7ae5fe36e37bd7c59118b5238e92d8a876209578464f24a84 diff --git a/.github/workflows/test-release-build.yml b/.github/workflows/test-release-build.yml index ff9ffbdad..91c045dec 100644 --- a/.github/workflows/test-release-build.yml +++ b/.github/workflows/test-release-build.yml @@ -18,7 +18,7 @@ jobs: persist-credentials: false fetch-tags: "true" fetch-depth: 0 - - uses: jdx/mise-action@1648a7812b9aeae629881980618f079932869151 # v4.0.1 + - uses: jdx/mise-action@dba19683ed58901619b14f395a24841710cb4925 # v4.1.0 with: version: v2026.5.18 sha256: cfac593469d028d7ae5fe36e37bd7c59118b5238e92d8a876209578464f24a84