File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree File renamed without changes.
File renamed without changes.
Original file line number Diff line number Diff line change @@ -19,25 +19,25 @@ jobs:
1919
2020 steps :
2121 - name : Check out code
22- uses : actions/checkout@v3
22+ uses : actions/checkout@v4
2323
2424 - name : Set up QEMU
25- uses : docker/setup-qemu-action@v2
25+ uses : docker/setup-qemu-action@v3
2626 with :
2727 platforms : linux/amd64,linux/arm64
2828
2929 - name : Set up Docker Buildx
30- uses : docker/setup-buildx-action@v2
30+ uses : docker/setup-buildx-action@v3
3131
3232 - name : Log in to GHCR
33- uses : docker/login-action@v2
33+ uses : docker/login-action@v3
3434 with :
3535 registry : ghcr.io
3636 username : ${{ github.actor }}
3737 password : ${{ secrets.DOCKER_TOKEN }}
3838
3939 - name : Build and push multi-arch image
40- uses : docker/build-push-action@v4
40+ uses : docker/build-push-action@v6
4141 with :
4242 context : .
4343 file : ./docker/ubuntu.Dockerfile
Original file line number Diff line number Diff line change 11numpy == 2.2.3
22XlsxWriter == 3.2.5
33PyYAML == 6.0.2
4- pre-commit == 3.4 .0
4+ pre-commit == 4.2 .0
You can’t perform that action at this time.
0 commit comments