File tree Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 3131 # Repository. The container will be tagged as "latest"
3232 # and with the short SHA of the commit.
3333 - name : Build and push
34- uses : docker/build-push-action@v5
34+ uses : docker/build-push-action@v6
3535 with :
3636 context : .
3737 file : ./Dockerfile
@@ -56,16 +56,16 @@ jobs:
5656 repository : python-discord/infra
5757 path : infra
5858
59- - uses : azure/setup-kubectl@v3
59+ - uses : azure/setup-kubectl@v4
6060
6161 - name : Authenticate with Kubernetes
62- uses : azure/k8s-set-context@v3
62+ uses : azure/k8s-set-context@v4
6363 with :
6464 method : kubeconfig
6565 kubeconfig : ${{ secrets.KUBECONFIG }}
6666
6767 - name : Deploy to Kubernetes
68- uses : Azure/k8s-deploy@v4
68+ uses : Azure/k8s-deploy@v5
6969 with :
7070 namespace : bots
7171 manifests : |
Original file line number Diff line number Diff line change 99 runs-on : ubuntu-latest
1010 steps :
1111 - name : Install Python Dependencies
12- uses : HassanAbouelela/actions/setup-python@setup-python_v1.4.2
12+ uses : HassanAbouelela/actions/setup-python@setup-python_v1.6.0
1313 with :
1414 python_version : ' 3.12'
1515 install_args : " --only main --only lint --only test"
Original file line number Diff line number Diff line change 1212 uses : actions/checkout@v4
1313
1414 - name : Create a Sentry.io release
15- uses : tclindner/sentry-releases-action@v1.2 .0
15+ uses : tclindner/sentry-releases-action@v1.3 .0
1616 env :
1717 SENTRY_AUTH_TOKEN : ${{ secrets.SENTRY_AUTH_TOKEN }}
1818 SENTRY_ORG : python-discord
You can’t perform that action at this time.
0 commit comments