2626 if : ${{ needs.pre_job.outputs.should_skip != 'true' }}
2727 runs-on : ubuntu-latest
2828 steps :
29- - uses : actions/checkout@v6 .0.3
29+ - uses : actions/checkout@v7 .0.0
3030 with :
3131 fetch-depth : 0
3232 - name : Install uv
5353 matrix :
5454 python-version : [3.9, '3.10', '3.11', '3.12', '3.13', '3.14']
5555 steps :
56- - uses : actions/checkout@v6 .0.3
56+ - uses : actions/checkout@v7 .0.0
5757 - name : Download wheel artifact
5858 uses : actions/download-artifact@v8.0.1
5959 with :
8282 container :
8383 image : python:${{ matrix.python-version }}-buster
8484 steps :
85- - uses : actions/checkout@v6 .0.3
85+ - uses : actions/checkout@v7 .0.0
8686 - name : Download wheel artifact
8787 uses : actions/download-artifact@v8.0.1
8888 with :
@@ -100,7 +100,7 @@ jobs:
100100 python -m pip install --upgrade pip
101101 pip install tox
102102 - name : tox env cache
103- uses : actions/cache@v5.0.5
103+ uses : actions/cache@v6.1.0
104104 with :
105105 path : ${{ github.workspace }}/.tox/py${{ matrix.python-version }}
106106 key : ${{ runner.os }}-tox-py${{ matrix.python-version }}-${{ hashFiles('pyproject.toml') }}
@@ -119,7 +119,7 @@ jobs:
119119 matrix :
120120 python-version : [3.9, '3.10', '3.11', '3.12', '3.13', '3.14']
121121 steps :
122- - uses : actions/checkout@v6 .0.3
122+ - uses : actions/checkout@v7 .0.0
123123 - name : Download wheel artifact
124124 uses : actions/download-artifact@v8.0.1
125125 with :
@@ -153,7 +153,7 @@ jobs:
153153 container :
154154 image : python:${{ matrix.python-version }}-buster
155155 steps :
156- - uses : actions/checkout@v6 .0.3
156+ - uses : actions/checkout@v7 .0.0
157157 - name : Download wheel artifact
158158 uses : actions/download-artifact@v8.0.1
159159 with :
@@ -178,7 +178,7 @@ jobs:
178178 python -m pip install --upgrade pip
179179 pip install tox
180180 - name : tox env cache
181- uses : actions/cache@v5.0.5
181+ uses : actions/cache@v6.1.0
182182 with :
183183 path : ${{ github.workspace }}/.tox/py${{ matrix.python-version }}-cryptography${{ env.cryptography_version }}
184184 key : ${{ runner.os }}-tox-py${{ matrix.python-version }}-crypto${{ env.cryptography_version }}-${{ hashFiles('pyproject.toml') }}
@@ -207,7 +207,7 @@ jobs:
207207 # Maps tcp port 5432 on service container to the host
208208 - 5432:5432
209209 steps :
210- - uses : actions/checkout@v6 .0.3
210+ - uses : actions/checkout@v7 .0.0
211211 - name : Download wheel artifact
212212 uses : actions/download-artifact@v8.0.1
213213 with :
@@ -234,14 +234,14 @@ jobs:
234234 matrix :
235235 python-version : [3.8]
236236 steps :
237- - uses : actions/checkout@v6 .0.3
237+ - uses : actions/checkout@v7 .0.0
238238 - name : Download wheel artifact
239239 uses : actions/download-artifact@v8.0.1
240240 with :
241241 name : wheel
242242 path : dist/
243243 - name : Set up Python ${{ matrix.python-version }}
244- uses : actions/setup-python@v6.2 .0
244+ uses : actions/setup-python@v6.3 .0
245245 with :
246246 python-version : ${{ matrix.python-version }}
247247 - name : Install uv
0 commit comments