diff --git a/.github/workflows/pre-commit.yml b/.github/workflows/pre-commit.yml index f8052fa..2122faa 100644 --- a/.github/workflows/pre-commit.yml +++ b/.github/workflows/pre-commit.yml @@ -12,11 +12,11 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout - uses: actions/checkout@v4 + uses: actions/checkout@v6 - name: Setup python - uses: actions/setup-python@v5 + uses: actions/setup-python@v6 with: - python-version: "3.13" + python-version: "3.14" - name: Install tools shell: bash run: | diff --git a/mise/config.toml b/mise/config.toml index 40171d2..a3fce18 100644 --- a/mise/config.toml +++ b/mise/config.toml @@ -1,30 +1,30 @@ [tools] -go = "1.24.4" +go = "1.25.4" groovy = "2.4.12" -java = "temurin-21.0.7+6.0.LTS" -kotlin = "2.2.0" +java = "temurin-25.0.1+8.0.LTS" +kotlin = "2.2.21" lua = "5.4.8" maven = "3.6.3" -node = "22.20.0" +node = "24.11.1" opam = "2.1.2" -python = "3.13.5" -ruby = "3.4.4" -rust = "1.88.0" +python = "3.14.0" +ruby = "3.4.7" +rust = "1.91.1" gradle = "6.8.1" -terraform = "1.3.9" -pulumi = "3.181.0" -kubectl = "1.33.2" +terraform = "1.14.0" +pulumi = "3.208.0" +kubectl = "1.34.2" kompose = "1.22.0" -helm = "3.18.3" -kustomize = "5.6.0" +helm = "4.0.1" +kustomize = "5.8.0" helm-docs = "1.14.2" helm-ct = "3.12.0" 1password-cli = "2.24.0" rclone = "1.69.1" -tflint = "0.58.0" -sbt = "1.11.2" -dotnet-core = "9.0.301" -uv = "0.9.5" +tflint = "0.60.0" +sbt = "1.11.7" +dotnet-core = "10.0.100" +uv = "0.9.12" krew = "0.4.5" [settings]