Skip to content

Commit 8dc6e58

Browse files
committed
Update all dependencies
1 parent f95af4d commit 8dc6e58

File tree

2 files changed

+19
-19
lines changed

2 files changed

+19
-19
lines changed

.github/workflows/pre-commit.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,11 +12,11 @@ jobs:
1212
runs-on: ubuntu-latest
1313
steps:
1414
- name: Checkout
15-
uses: actions/checkout@v4
15+
uses: actions/checkout@v6
1616
- name: Setup python
17-
uses: actions/setup-python@v5
17+
uses: actions/setup-python@v6
1818
with:
19-
python-version: "3.13"
19+
python-version: "3.14"
2020
- name: Install tools
2121
shell: bash
2222
run: |

mise/config.toml

Lines changed: 16 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -1,30 +1,30 @@
11
[tools]
2-
go = "1.24.4"
2+
go = "1.25.4"
33
groovy = "2.4.12"
4-
java = "temurin-21.0.7+6.0.LTS"
5-
kotlin = "2.2.0"
4+
java = "temurin-25.0.1+8.0.LTS"
5+
kotlin = "2.2.21"
66
lua = "5.4.8"
77
maven = "3.6.3"
8-
node = "22.20.0"
8+
node = "24.11.1"
99
opam = "2.1.2"
10-
python = "3.13.5"
11-
ruby = "3.4.4"
12-
rust = "1.88.0"
10+
python = "3.14.0"
11+
ruby = "3.4.7"
12+
rust = "1.91.1"
1313
gradle = "6.8.1"
14-
terraform = "1.3.9"
15-
pulumi = "3.181.0"
16-
kubectl = "1.33.2"
14+
terraform = "1.14.0"
15+
pulumi = "3.208.0"
16+
kubectl = "1.34.2"
1717
kompose = "1.22.0"
18-
helm = "3.18.3"
19-
kustomize = "5.6.0"
18+
helm = "4.0.1"
19+
kustomize = "5.8.0"
2020
helm-docs = "1.14.2"
2121
helm-ct = "3.12.0"
2222
1password-cli = "2.24.0"
2323
rclone = "1.69.1"
24-
tflint = "0.58.0"
25-
sbt = "1.11.2"
26-
dotnet-core = "9.0.301"
27-
uv = "0.9.5"
24+
tflint = "0.60.0"
25+
sbt = "1.11.7"
26+
dotnet-core = "10.0.100"
27+
uv = "0.9.11"
2828
krew = "0.4.5"
2929

3030
[settings]

0 commit comments

Comments
 (0)