Skip to content

Commit e8aef3d

Browse files
committed
Bump CI to latest
1 parent 35f6aaa commit e8aef3d

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

.github/workflows/build-deploy.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
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: |

.github/workflows/lint-test.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
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"

.github/workflows/sentry_release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
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

0 commit comments

Comments
 (0)