diff --git a/.github/workflows/scip-docker.yml b/.github/workflows/scip-docker.yml index 7422f03f3..fe9040e93 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.11 - 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..ebcc6a1bb 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.11 - 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..e4b7f46e1 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.11 - run: npm install