1616
1717 steps :
1818 - name : Checkout code
19- uses : actions/checkout@v5
19+ uses : actions/checkout@v6
2020
2121 # The current version (v2) of Docker's build-push action uses
2222 # buildx, which comes with BuildKit features that help us speed
@@ -26,10 +26,10 @@ jobs:
2626 # See https://github.com/docker/build-push-action
2727
2828 - name : Set up Docker Buildx
29- uses : docker/setup-buildx-action@v3
29+ uses : docker/setup-buildx-action@v4
3030
3131 - name : Login to Github Container Registry
32- uses : docker/login-action@v3
32+ uses : docker/login-action@v4
3333 with :
3434 registry : ghcr.io
3535 username : ${{ github.repository_owner }}
4040 # and with the short SHA of the commit.
4141
4242 - name : Build and push
43- uses : docker/build-push-action@v6
43+ uses : docker/build-push-action@v7
4444 with :
4545 context : .
4646 file : ./Dockerfile
@@ -61,12 +61,12 @@ jobs:
6161 environment : production
6262 steps :
6363 - name : Checkout Kubernetes repository
64- uses : actions/checkout@v5
64+ uses : actions/checkout@v6
6565 with :
6666 repository : python-discord/infra
6767 path : infra
6868
69- - uses : azure/setup-kubectl@v4
69+ - uses : azure/setup-kubectl@v5
7070
7171 - name : Authenticate with Kubernetes
7272 uses : azure/k8s-set-context@v4
0 commit comments