File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ black==25.1.0
1010 # via ansible-lint
1111bracex==2.6
1212 # via wcmatch
13- cffi==2.0.0b1
13+ cffi==2.0.0
1414 # via
1515 # ansible-lint
1616 # cryptography
@@ -53,7 +53,7 @@ pathspec==0.12.1
5353 # yamllint
5454platformdirs==4.4.0
5555 # via black
56- pycparser==2.22 ; implementation_name != 'PyPy'
56+ pycparser==2.23 ; implementation_name != 'PyPy'
5757 # via cffi
5858pyyaml==6.0.2
5959 # via
Original file line number Diff line number Diff line change 1919 runs-on : ubuntu-24.04
2020 steps :
2121 - uses : actions/checkout@v5
22- - uses : actions/setup-python@v5
22+ - uses : actions/setup-python@v6
2323
2424 - name : Upgrade Python toolchain
2525 run : python3 -m pip install --upgrade pip setuptools wheel
Original file line number Diff line number Diff line change 3535
3636 steps :
3737 - name : Switch to using Python 3.10 by default
38- uses : actions/setup-python@v5
38+ uses : actions/setup-python@v6
3939 with :
40- python-version : " 3.10 "
40+ python-version : " 3.13 "
4141
4242 - name : Install tox
4343 run : python3 -m pip install --user "tox>=4.0.0"
Original file line number Diff line number Diff line change @@ -120,14 +120,14 @@ jobs:
120120
121121 - name : Set up Python ${{ matrix.python_version || '3.10' }}
122122 if : " !contains(matrix.shell, 'wsl')"
123- uses : actions/setup-python@v5
123+ uses : actions/setup-python@v6
124124 with :
125125 cache : pip
126126 python-version : ${{ matrix.python_version || '3.10' }}
127127
128- - uses : actions/setup-node@v4
128+ - uses : actions/setup-node@v5
129129 with :
130- node-version : 20
130+ node-version : 22
131131 cache : " npm"
132132 cache-dependency-path : test/schemas/package-lock.json
133133
@@ -229,7 +229,7 @@ jobs:
229229 - uses : actions/checkout@v5
230230
231231 - name : Set up Python # likely needed for coverage
232- uses : actions/setup-python@v5
232+ uses : actions/setup-python@v6
233233 with :
234234 python-version : " 3.13"
235235
@@ -260,7 +260,7 @@ jobs:
260260 fi
261261
262262 - name : Upload coverage data
263- uses : codecov/codecov-action@v5.5.0
263+ uses : codecov/codecov-action@v5.5.1
264264 with :
265265 name : ${{ matrix.name }}
266266 # verbose: true # optional (default = false)
Original file line number Diff line number Diff line change 2929 hooks :
3030 - id : check-useless-excludes
3131 - repo : https://github.com/astral-sh/uv-pre-commit
32- rev : 0.8.15
32+ rev : 0.8.17
3333 hooks :
3434 - id : uv-sync
3535 - id : uv-lock
@@ -56,13 +56,13 @@ repos:
5656 - " -o"
5757 - " .config/requirements-lock.txt"
5858 - repo : https://github.com/renovatebot/pre-commit-hooks
59- rev : 41.97.10
59+ rev : 41.99.11
6060 hooks :
6161 - id : renovate-config-validator
6262 alias : renovate
6363 args : [--strict]
6464 - repo : https://github.com/biomejs/pre-commit
65- rev : " v2.2.3 "
65+ rev : " v2.2.4 "
6666 hooks :
6767 - id : biome-check
6868 name : biome
@@ -149,13 +149,13 @@ repos:
149149 entry : yamllint --strict
150150
151151 - repo : https://github.com/pappasam/toml-sort
152- rev : v0.24.2
152+ rev : v0.24.3
153153 hooks :
154154 - id : toml-sort-fix
155155 alias : toml
156156
157157 - repo : https://github.com/astral-sh/ruff-pre-commit
158- rev : v0.12.11
158+ rev : v0.13.0
159159 hooks :
160160 - id : ruff-format
161161 alias : ruff
Original file line number Diff line number Diff line change @@ -77,11 +77,11 @@ runs:
7777
7878 - name : Set up Python
7979 if : inputs.setup_python == 'true'
80- uses : actions/setup-python@v5
80+ uses : actions/setup-python@v6
8181 with :
8282 cache : pip
8383 cache-dependency-path : ${{ steps.get_reqs.outputs.reqs_file }}
84- python-version : " 3.11 "
84+ python-version : " 3.13 "
8585
8686 - name : Install ansible-lint
8787 shell : bash
You can’t perform that action at this time.
0 commit comments