File tree 2 files changed +5
-5
lines changed
2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 27
27
password : ${{ secrets.GITHUB_TOKEN }}
28
28
29
29
- name : Build and push
30
- uses : docker/build-push-action@v5
30
+ uses : docker/build-push-action@v6
31
31
with :
32
32
context : .
33
33
file : ./Dockerfile
@@ -50,16 +50,16 @@ jobs:
50
50
repository : python-discord/infra
51
51
path : infra
52
52
53
- - uses : azure/setup-kubectl@v3
53
+ - uses : azure/setup-kubectl@v4
54
54
55
55
- name : Authenticate with Kubernetes
56
- uses : azure/k8s-set-context@v3
56
+ uses : azure/k8s-set-context@v4
57
57
with :
58
58
method : kubeconfig
59
59
kubeconfig : ${{ secrets.KUBECONFIG }}
60
60
61
61
- name : Deploy to Kubernetes
62
- uses : azure/k8s-deploy@v4
62
+ uses : azure/k8s-deploy@v5
63
63
with :
64
64
namespace : apis
65
65
manifests : |
Original file line number Diff line number Diff line change 11
11
uses : actions/checkout@v4
12
12
13
13
- name : Install Python Dependencies
14
- uses : HassanAbouelela/actions/setup-python@setup-python_v1.4.2
14
+ uses : HassanAbouelela/actions/setup-python@setup-python_v1.6.0
15
15
with :
16
16
python_version : ' 3.10'
17
17
You can’t perform that action at this time.
0 commit comments