File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -137,7 +137,7 @@ jobs:
137137 key : ${{ runner.os }}-buildx-nox-${{ matrix.arch }}-${{ matrix.os }}-${{ matrix.python }}
138138
139139 - name : Build image
140- uses : docker/build-push-action@v5
140+ uses : docker/build-push-action@v6
141141 with :
142142 context : .github/containers/nox-cross-arch
143143 file : .github/containers/nox-cross-arch/${{ matrix.arch }}-${{ matrix.os }}-python-${{ matrix.python }}.Dockerfile
@@ -253,7 +253,7 @@ jobs:
253253 - name : Set up docker-buildx
254254 uses : docker/setup-buildx-action@v3
255255 - name : Test Installation
256- uses : docker/build-push-action@v5
256+ uses : docker/build-push-action@v6
257257 with :
258258 context : .
259259 file : .github/containers/test-installation/Dockerfile
You can’t perform that action at this time.
0 commit comments