From 0965036ba3e9780383159e6951c88aa9fd1b7b6e Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 11 Aug 2025 02:02:18 +0000 Subject: [PATCH] Update dependency mise to v2025.8.7 --- .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/test-release-build.yml | 4 ++-- 6 files changed, 12 insertions(+), 12 deletions(-) diff --git a/.github/workflows/acceptance-tests.yml b/.github/workflows/acceptance-tests.yml index b8fed1820..1404f2db4 100644 --- a/.github/workflows/acceptance-tests.yml +++ b/.github/workflows/acceptance-tests.yml @@ -15,7 +15,7 @@ jobs: uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4 - uses: jdx/mise-action@c37c93293d6b742fc901e1406b8f764f6fb19dac # v2.4.4 with: - version: v2025.7.29 - sha256: 72e9e76d0e52998b0dc084c6550aef472091975978586980d703a87240a87fde + version: v2025.8.7 + sha256: 665ab5b4401a052ecd248aa0788da337b2dc1b5cd15bf982882397b1ca5e0a5a - name: Run acceptance tests run: mise run acceptance-test diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index af91317dc..4b5731a43 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -14,8 +14,8 @@ jobs: persist-credentials: false - uses: jdx/mise-action@c37c93293d6b742fc901e1406b8f764f6fb19dac # v2.4.4 with: - version: v2025.7.29 - sha256: 72e9e76d0e52998b0dc084c6550aef472091975978586980d703a87240a87fde + version: v2025.8.7 + sha256: 665ab5b4401a052ecd248aa0788da337b2dc1b5cd15bf982882397b1ca5e0a5a - name: Cache local Maven repository uses: actions/cache@0400d5f644dc74513175e3cd8d07132dd4860809 # v4 with: diff --git a/.github/workflows/github-pages.yaml b/.github/workflows/github-pages.yaml index 04370528b..3f9092df3 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@c37c93293d6b742fc901e1406b8f764f6fb19dac # v2.4.4 with: - version: v2025.7.29 - sha256: 72e9e76d0e52998b0dc084c6550aef472091975978586980d703a87240a87fde + version: v2025.8.7 + sha256: 665ab5b4401a052ecd248aa0788da337b2dc1b5cd15bf982882397b1ca5e0a5a cache: "false" - name: Setup Pages id: pages diff --git a/.github/workflows/lint-rest.yml b/.github/workflows/lint-rest.yml index ad6625237..e625aa855 100644 --- a/.github/workflows/lint-rest.yml +++ b/.github/workflows/lint-rest.yml @@ -15,7 +15,7 @@ jobs: uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2 - uses: jdx/mise-action@c37c93293d6b742fc901e1406b8f764f6fb19dac # v2.4.4 with: - version: v2025.7.29 - sha256: 72e9e76d0e52998b0dc084c6550aef472091975978586980d703a87240a87fde + version: v2025.8.7 + sha256: 665ab5b4401a052ecd248aa0788da337b2dc1b5cd15bf982882397b1ca5e0a5a - name: Lint run: mise run lint-rest diff --git a/.github/workflows/native-tests.yml b/.github/workflows/native-tests.yml index 3b2fd0782..1b23b6208 100644 --- a/.github/workflows/native-tests.yml +++ b/.github/workflows/native-tests.yml @@ -15,8 +15,8 @@ jobs: uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4 - uses: jdx/mise-action@c37c93293d6b742fc901e1406b8f764f6fb19dac # v2.4.4 with: - version: v2025.7.29 - sha256: 72e9e76d0e52998b0dc084c6550aef472091975978586980d703a87240a87fde + version: v2025.8.7 + sha256: 665ab5b4401a052ecd248aa0788da337b2dc1b5cd15bf982882397b1ca5e0a5a env: MISE_ENV: native - name: Run native tests diff --git a/.github/workflows/test-release-build.yml b/.github/workflows/test-release-build.yml index 5d40fab18..b80316166 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@c37c93293d6b742fc901e1406b8f764f6fb19dac # v2.4.4 with: - version: v2025.7.29 - sha256: 72e9e76d0e52998b0dc084c6550aef472091975978586980d703a87240a87fde + version: v2025.8.7 + sha256: 665ab5b4401a052ecd248aa0788da337b2dc1b5cd15bf982882397b1ca5e0a5a - name: Cache local Maven repository uses: actions/cache@0400d5f644dc74513175e3cd8d07132dd4860809 # v4 with: