Skip to content

Commit

Permalink
Bump versions of CI actions
Browse files Browse the repository at this point in the history
  • Loading branch information
ChrisLovering committed Jul 7, 2024
1 parent f86602b commit 4934c1e
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/build-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
password: ${{ secrets.GITHUB_TOKEN }}

- name: Build and push
uses: docker/build-push-action@v5
uses: docker/build-push-action@v6
with:
context: .
file: ./Dockerfile
Expand All @@ -50,16 +50,16 @@ jobs:
repository: python-discord/infra
path: infra

- uses: azure/setup-kubectl@v3
- uses: azure/setup-kubectl@v4

- name: Authenticate with Kubernetes
uses: azure/k8s-set-context@v3
uses: azure/k8s-set-context@v4
with:
method: kubeconfig
kubeconfig: ${{ secrets.KUBECONFIG }}

- name: Deploy to Kubernetes
uses: azure/k8s-deploy@v4
uses: azure/k8s-deploy@v5
with:
namespace: apis
manifests: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
uses: actions/checkout@v4

- name: Install Python Dependencies
uses: HassanAbouelela/actions/setup-python@setup-python_v1.4.2
uses: HassanAbouelela/actions/setup-python@setup-python_v1.6.0
with:
python_version: '3.10'

Expand Down

0 comments on commit 4934c1e

Please sign in to comment.