File tree Expand file tree Collapse file tree 2 files changed +19
-19
lines changed
Expand file tree Collapse file tree 2 files changed +19
-19
lines changed Original file line number Diff line number Diff 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 : |
Original file line number Diff line number Diff line change 11[tools ]
2- go = " 1.24 .4"
2+ go = " 1.25 .4"
33groovy = " 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 "
66lua = " 5.4.8"
77maven = " 3.6.3"
8- node = " 22.20.0 "
8+ node = " 24.11.1 "
99opam = " 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 "
1313gradle = " 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"
1717kompose = " 1.22.0"
18- helm = " 3.18.3 "
19- kustomize = " 5.6 .0"
18+ helm = " 4.0.1 "
19+ kustomize = " 5.8 .0"
2020helm-docs = " 1.14.2"
2121helm-ct = " 3.12.0"
22221password-cli = " 2.24.0"
2323rclone = " 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 "
2828krew = " 0.4.5"
2929
3030[settings ]
You can’t perform that action at this time.
0 commit comments