From 12bd224b0f26797a5791c1bb5c4a0669cd2b55b8 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 26 Jul 2026 18:39:39 +0000 Subject: [PATCH] chore(deps): update dependency jdx/mise to v2026 --- .github/workflows/scip-docker.yml | 2 +- .github/workflows/scip-snapshot.yml | 2 +- .github/workflows/scip-style.yml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/scip-docker.yml b/.github/workflows/scip-docker.yml index 7422f03f3..65a9c6263 100644 --- a/.github/workflows/scip-docker.yml +++ b/.github/workflows/scip-docker.yml @@ -17,7 +17,7 @@ jobs: - name: Install mise uses: jdx/mise-action@v2.4.4 with: - version: 2025.8.10 + version: 2026.7.14 - name: Get npm cache directory id: npm-cache run: echo "dir=$(npm config get cache)" >> $GITHUB_OUTPUT diff --git a/.github/workflows/scip-snapshot.yml b/.github/workflows/scip-snapshot.yml index 05bbc137d..852a9f815 100644 --- a/.github/workflows/scip-snapshot.yml +++ b/.github/workflows/scip-snapshot.yml @@ -18,7 +18,7 @@ jobs: - name: Install mise uses: jdx/mise-action@v2.4.4 with: - version: 2025.8.10 + version: 2026.7.14 - name: Get npm cache directory id: npm-cache run: echo "dir=$(npm config get cache)" >> $GITHUB_OUTPUT diff --git a/.github/workflows/scip-style.yml b/.github/workflows/scip-style.yml index 6c80e5cd6..a13694a4a 100644 --- a/.github/workflows/scip-style.yml +++ b/.github/workflows/scip-style.yml @@ -17,7 +17,7 @@ jobs: - uses: jdx/mise-action@v2.4.4 with: - version: 2025.8.10 + version: 2026.7.14 - run: npm install