Skip to content

Commit 4934c1e

Browse files
committed
Bump versions of CI actions
1 parent f86602b commit 4934c1e

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

.github/workflows/build-deploy.yml

+4-4
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
password: ${{ secrets.GITHUB_TOKEN }}
2828

2929
- name: Build and push
30-
uses: docker/build-push-action@v5
30+
uses: docker/build-push-action@v6
3131
with:
3232
context: .
3333
file: ./Dockerfile
@@ -50,16 +50,16 @@ jobs:
5050
repository: python-discord/infra
5151
path: infra
5252

53-
- uses: azure/setup-kubectl@v3
53+
- uses: azure/setup-kubectl@v4
5454

5555
- name: Authenticate with Kubernetes
56-
uses: azure/k8s-set-context@v3
56+
uses: azure/k8s-set-context@v4
5757
with:
5858
method: kubeconfig
5959
kubeconfig: ${{ secrets.KUBECONFIG }}
6060

6161
- name: Deploy to Kubernetes
62-
uses: azure/k8s-deploy@v4
62+
uses: azure/k8s-deploy@v5
6363
with:
6464
namespace: apis
6565
manifests: |

.github/workflows/lint.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
uses: actions/checkout@v4
1212

1313
- 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
1515
with:
1616
python_version: '3.10'
1717

0 commit comments

Comments
 (0)