From 5bfca55010390d1d13cd83ccd4dd9d0938f61251 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 19 Jan 2026 01:12:01 +0000 Subject: [PATCH] chore(deps): update dependency mise to v2026.1.4 --- .github/workflows/acceptance-tests.yml | 4 ++-- .github/workflows/build.yml | 4 ++-- .github/workflows/github-pages.yaml | 4 ++-- .github/workflows/lint-rest.yml | 4 ++-- .github/workflows/native-tests.yml | 4 ++-- .github/workflows/release.yml | 4 ++-- .github/workflows/test-release-build.yml | 4 ++-- 7 files changed, 14 insertions(+), 14 deletions(-) diff --git a/.github/workflows/acceptance-tests.yml b/.github/workflows/acceptance-tests.yml index 8f22554bd..e58275b27 100644 --- a/.github/workflows/acceptance-tests.yml +++ b/.github/workflows/acceptance-tests.yml @@ -15,7 +15,7 @@ jobs: uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6 - uses: jdx/mise-action@146a28175021df8ca24f8ee1828cc2a60f980bd5 # v3.5.1 with: - version: v2026.1.1 - sha256: 986e4630dfdfaae41d09c0317507e252c7403d72839fc66844b534c120a3dc57 + version: v2026.1.4 + sha256: 79c798e39b83f0dd80108eaa88c6ca63689695ae975fd6786e7a353ef9f87002 - name: Run acceptance tests run: mise run acceptance-test diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 012e79248..d8b9d4b78 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -14,8 +14,8 @@ jobs: persist-credentials: false - uses: jdx/mise-action@146a28175021df8ca24f8ee1828cc2a60f980bd5 # v3.5.1 with: - version: v2026.1.1 - sha256: 986e4630dfdfaae41d09c0317507e252c7403d72839fc66844b534c120a3dc57 + version: v2026.1.4 + sha256: 79c798e39b83f0dd80108eaa88c6ca63689695ae975fd6786e7a353ef9f87002 - name: Cache local Maven repository uses: actions/cache@9255dc7a253b0ccc959486e2bca901246202afeb # v5 with: diff --git a/.github/workflows/github-pages.yaml b/.github/workflows/github-pages.yaml index 814cfef61..b83a25b2d 100644 --- a/.github/workflows/github-pages.yaml +++ b/.github/workflows/github-pages.yaml @@ -39,8 +39,8 @@ jobs: fetch-depth: 0 - uses: jdx/mise-action@146a28175021df8ca24f8ee1828cc2a60f980bd5 # v3.5.1 with: - version: v2026.1.1 - sha256: 986e4630dfdfaae41d09c0317507e252c7403d72839fc66844b534c120a3dc57 + version: v2026.1.4 + sha256: 79c798e39b83f0dd80108eaa88c6ca63689695ae975fd6786e7a353ef9f87002 cache: "false" - name: Setup Pages id: pages diff --git a/.github/workflows/lint-rest.yml b/.github/workflows/lint-rest.yml index 7180d9999..22293dbe1 100644 --- a/.github/workflows/lint-rest.yml +++ b/.github/workflows/lint-rest.yml @@ -15,7 +15,7 @@ jobs: uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1 - uses: jdx/mise-action@146a28175021df8ca24f8ee1828cc2a60f980bd5 # v3.5.1 with: - version: v2026.1.1 - sha256: 986e4630dfdfaae41d09c0317507e252c7403d72839fc66844b534c120a3dc57 + version: v2026.1.4 + sha256: 79c798e39b83f0dd80108eaa88c6ca63689695ae975fd6786e7a353ef9f87002 - name: Lint run: mise run lint:rest diff --git a/.github/workflows/native-tests.yml b/.github/workflows/native-tests.yml index bad40289e..c9667635b 100644 --- a/.github/workflows/native-tests.yml +++ b/.github/workflows/native-tests.yml @@ -15,8 +15,8 @@ jobs: uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6 - uses: jdx/mise-action@146a28175021df8ca24f8ee1828cc2a60f980bd5 # v3.5.1 with: - version: v2026.1.1 - sha256: 986e4630dfdfaae41d09c0317507e252c7403d72839fc66844b534c120a3dc57 + version: v2026.1.4 + sha256: 79c798e39b83f0dd80108eaa88c6ca63689695ae975fd6786e7a353ef9f87002 working_directory: .mise/envs/native - name: Run native tests working-directory: .mise/envs/native diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index a8d3d90c9..a2d6d0df0 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -26,8 +26,8 @@ jobs: - uses: jdx/mise-action@146a28175021df8ca24f8ee1828cc2a60f980bd5 # v3.5.1 with: - version: v2026.1.1 - sha256: 986e4630dfdfaae41d09c0317507e252c7403d72839fc66844b534c120a3dc57 + version: v2026.1.4 + sha256: 79c798e39b83f0dd80108eaa88c6ca63689695ae975fd6786e7a353ef9f87002 cache: false - name: Build release version diff --git a/.github/workflows/test-release-build.yml b/.github/workflows/test-release-build.yml index 468a39f22..feaf84533 100644 --- a/.github/workflows/test-release-build.yml +++ b/.github/workflows/test-release-build.yml @@ -18,8 +18,8 @@ jobs: persist-credentials: false - uses: jdx/mise-action@146a28175021df8ca24f8ee1828cc2a60f980bd5 # v3.5.1 with: - version: v2026.1.1 - sha256: 986e4630dfdfaae41d09c0317507e252c7403d72839fc66844b534c120a3dc57 + version: v2026.1.4 + sha256: 79c798e39b83f0dd80108eaa88c6ca63689695ae975fd6786e7a353ef9f87002 - name: Cache local Maven repository uses: actions/cache@9255dc7a253b0ccc959486e2bca901246202afeb # v5 with: