diff --git a/.github/actions/setup-tools/action.yml b/.github/actions/setup-tools/action.yml index c30ff4c..f428295 100644 --- a/.github/actions/setup-tools/action.yml +++ b/.github/actions/setup-tools/action.yml @@ -18,7 +18,7 @@ runs: env: MISE_FETCH_REMOTE_VERSIONS_TIMEOUT: 30s with: - version: 2026.2.10 + version: 2026.2.15 cache_save: ${{ inputs.cache }} github_token: ${{ inputs.github_token }} diff --git a/.github/workflows/claude.yml b/.github/workflows/claude.yml index e08bc48..6678688 100644 --- a/.github/workflows/claude.yml +++ b/.github/workflows/claude.yml @@ -60,7 +60,7 @@ jobs: env: MISE_FETCH_REMOTE_VERSIONS_TIMEOUT: 30s with: - version: 2026.2.10 + version: 2026.2.15 github_token: ${{ secrets.GITHUB_TOKEN }} # only saving the cache in the prerequisites job cache_save: false diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index 7eed6e0..fe22849 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -53,7 +53,7 @@ jobs: env: MISE_FETCH_REMOTE_VERSIONS_TIMEOUT: 30s with: - version: 2026.2.10 + version: 2026.2.15 github_token: ${{ steps.app-auth.outputs.token }} cache_save: false # A different job handles caching our tools. - name: prepare workspace