Skip to content

Commit

Permalink
Bump CI to latest
Browse files Browse the repository at this point in the history
  • Loading branch information
ChrisLovering committed Jun 27, 2024
1 parent e8fa35d commit b8e8627
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/build-deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
# Repository. The container will be tagged as "latest"
# and with the short SHA of the commit.
- name: Build and push
uses: docker/build-push-action@v5
uses: docker/build-push-action@v6
with:
context: .
file: ./Dockerfile
Expand All @@ -56,16 +56,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: bots
manifests: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/lint-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- 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.12'
install_args: "--only main --only lint --only test"
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/sentry_release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
uses: actions/checkout@v4

- name: Create a Sentry.io release
uses: tclindner/sentry-releases-action@v1.2.0
uses: tclindner/sentry-releases-action@v1.3.0
env:
SENTRY_AUTH_TOKEN: ${{ secrets.SENTRY_AUTH_TOKEN }}
SENTRY_ORG: python-discord
Expand Down

0 comments on commit b8e8627

Please sign in to comment.