File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1717 steps :
1818 -
1919 name : Checkout repository
20- uses : actions/checkout@v3
20+ uses : actions/checkout@v7
2121 with :
2222 fetch-depth : 0
2323
@@ -30,23 +30,23 @@ jobs:
3030
3131 -
3232 name : Set up QEMU
33- uses : docker/setup-qemu-action@v3
33+ uses : docker/setup-qemu-action@v4
3434
3535 -
3636 name : Set up Docker Buildx
37- uses : docker/setup-buildx-action@v3
37+ uses : docker/setup-buildx-action@v4
3838
3939 -
4040 name : Log in to the Container registry
41- uses : docker/login-action@v3
41+ uses : docker/login-action@v4
4242 with :
4343 registry : ghcr.io
4444 username : ${{ github.actor }}
4545 password : ${{ secrets.GITHUB_TOKEN }}
4646
4747 -
4848 name : Build and push
49- uses : docker/build-push-action@v6
49+ uses : docker/build-push-action@v7
5050 with :
5151 context : .
5252 platforms : linux/amd64,linux/arm64
Original file line number Diff line number Diff line change 99 name : release
1010 runs-on : ubuntu-latest
1111 steps :
12- - uses : actions/checkout@v5
13- - uses : actions/setup-python@v5
12+ - uses : actions/checkout@v7
13+ - uses : actions/setup-python@v6
1414 with :
1515 python-version : 3.12
1616 - name : checkout
You can’t perform that action at this time.
0 commit comments