From b3bdba21ef9cbcfd6030cd8c11328da5e61213ac Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 18 Aug 2025 03:27:29 +0000 Subject: [PATCH] chore(deps): update dependency mise to v2025.8.12 --- .github/workflows/acceptance-tests.yml | 4 ++-- .github/workflows/lint-rest.yml | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/acceptance-tests.yml b/.github/workflows/acceptance-tests.yml index 3c72efbc..bb163b48 100644 --- a/.github/workflows/acceptance-tests.yml +++ b/.github/workflows/acceptance-tests.yml @@ -16,7 +16,7 @@ jobs: uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0 - uses: jdx/mise-action@c37c93293d6b742fc901e1406b8f764f6fb19dac # v2.4.4 with: - version: v2025.8.7 - sha256: 665ab5b4401a052ecd248aa0788da337b2dc1b5cd15bf982882397b1ca5e0a5a + version: v2025.8.12 + sha256: a1c71340a2c1865fa4fe85e1d3691b111cd4bf86d56366979247bf2a595777d6 - name: Run acceptance tests run: ./scripts/run-acceptance-tests.sh ${{ github.event.pull_request.head.sha }} diff --git a/.github/workflows/lint-rest.yml b/.github/workflows/lint-rest.yml index 9da0f561..a2ef8c18 100644 --- a/.github/workflows/lint-rest.yml +++ b/.github/workflows/lint-rest.yml @@ -16,7 +16,7 @@ jobs: uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0 - uses: jdx/mise-action@c37c93293d6b742fc901e1406b8f764f6fb19dac # v2.4.4 with: - version: v2025.8.7 - sha256: 665ab5b4401a052ecd248aa0788da337b2dc1b5cd15bf982882397b1ca5e0a5a + version: v2025.8.12 + sha256: a1c71340a2c1865fa4fe85e1d3691b111cd4bf86d56366979247bf2a595777d6 - name: Lint run: mise run lint-rest