diff --git a/.github/workflows/pre-commit.yml b/.github/workflows/pre-commit.yml index 5de841e..66ab08a 100644 --- a/.github/workflows/pre-commit.yml +++ b/.github/workflows/pre-commit.yml @@ -14,7 +14,7 @@ jobs: - name: Checkout uses: actions/checkout@v7 - name: Setup python - uses: actions/setup-python@v6 + uses: actions/setup-python@v7 with: python-version: "3.14" - name: Install tools diff --git a/mise/config.toml b/mise/config.toml index 5763e59..cf14c1e 100644 --- a/mise/config.toml +++ b/mise/config.toml @@ -2,18 +2,18 @@ go = "1.26.5" groovy = "2.4.12" java = "temurin-25.0.3+9.0.LTS" -kotlin = "2.4.0" +kotlin = "2.4.10" lua = "5.5.0" maven = "3.6.3" node = "24.18.0" opam = "2.5.2" python = "3.13.14" -ruby = "4.0.5" -rust = "1.97.0" +ruby = "4.0.6" +rust = "1.97.1" gradle = "9.6.1" terraform = "1.3.9" -pulumi = "3.251.0" -kubectl = "1.36.2" +pulumi = "3.254.0" +kubectl = "1.36.3" kompose = "1.38.0" helm = "4.2.3" kustomize = "5.8.1" @@ -21,10 +21,10 @@ helm-docs = "1.14.2" helm-ct = "3.14.0" 1password-cli = "2.24.0" rclone = "1.74.4" -tflint = "0.63.1" -sbt = "2.0.1" -dotnet-core = "10.0.301" -uv = "0.11.28" +tflint = "0.64.0" +sbt = "2.0.4" +dotnet-core = "10.0.302" +uv = "0.11.32" krew = "0.5.0" [settings]