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 @@ -139,7 +139,7 @@ jobs:
139139 key : ${{ runner.os }}-buildx-nox-${{ matrix.arch }}-${{ matrix.os }}-${{ matrix.python }}
140140
141141 - name : Build image
142- uses : docker/build-push-action@v5
142+ uses : docker/build-push-action@v6
143143 with :
144144 context : .github/containers/nox-cross-arch
145145 file : .github/containers/nox-cross-arch/${{ matrix.arch }}-${{ matrix.os }}-python-${{ matrix.python }}.Dockerfile
@@ -255,7 +255,7 @@ jobs:
255255 - name : Set up docker-buildx
256256 uses : docker/setup-buildx-action@v3
257257 - name : Test Installation
258- uses : docker/build-push-action@v5
258+ uses : docker/build-push-action@v6
259259 with :
260260 context : .
261261 file : .github/containers/test-installation/Dockerfile
You can’t perform that action at this time.
0 commit comments