File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -101,7 +101,7 @@ jobs:
101101
102102 - name : Upload security reports
103103 if : always()
104- uses : actions/upload-artifact@v6
104+ uses : actions/upload-artifact@v7
105105 with :
106106 name : security-reports
107107 path : |
@@ -141,7 +141,7 @@ jobs:
141141 himl-config-merger --help
142142
143143 - name : Upload build artifacts
144- uses : actions/upload-artifact@v6
144+ uses : actions/upload-artifact@v7
145145 with :
146146 name : dist-${{ github.sha }}
147147 path : dist/
@@ -162,7 +162,7 @@ jobs:
162162 python-version : ' 3.14'
163163
164164 - name : Download build artifacts
165- uses : actions/download-artifact@v7
165+ uses : actions/download-artifact@v8
166166 with :
167167 name : dist-${{ github.sha }}
168168 path : dist/
@@ -198,10 +198,10 @@ jobs:
198198 fetch-depth : 0 # Needed for setuptools_scm
199199
200200 - name : Set up Docker Buildx
201- uses : docker/setup-buildx-action@v3
201+ uses : docker/setup-buildx-action@v4
202202
203203 - name : Build Docker image
204- uses : docker/build-push-action@v6
204+ uses : docker/build-push-action@v7
205205 with :
206206 context : .
207207 push : false
Original file line number Diff line number Diff line change 2323 # https://github.com/docker/login-action
2424 - name : Log into registry ${{ env.REGISTRY }}
2525 if : github.event_name != 'pull_request'
26- uses : docker/login-action@v3
26+ uses : docker/login-action@v4
2727 with :
2828 registry : ${{ env.REGISTRY }}
2929 username : ${{ github.actor }}
@@ -33,14 +33,14 @@ jobs:
3333 # https://github.com/docker/metadata-action
3434 - name : Extract Docker metadata
3535 id : meta
36- uses : docker/metadata-action@v5
36+ uses : docker/metadata-action@v6
3737 with :
3838 images : ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}
3939
4040 # Build and push Docker image with Buildx (don't push on PR)
4141 # https://github.com/docker/build-push-action
4242 - name : Build and push Docker image
43- uses : docker/build-push-action@v6
43+ uses : docker/build-push-action@v7
4444 with :
4545 context : .
4646 push : ${{ github.event_name != 'pull_request' }}
Original file line number Diff line number Diff line change @@ -43,7 +43,7 @@ dev = [
4343 " pytest-mock==3.15.1" ,
4444 " pytest-xdist==3.8.0" ,
4545 " coverage[toml]==7.13.0" ,
46- " black==25.12 .0" ,
46+ " black==26.1 .0" ,
4747 " flake8==7.3.0" ,
4848 " mypy==1.19.1" ,
4949 " types-PyYAML==6.0.12.20250915" ,
You can’t perform that action at this time.
0 commit comments