Skip to content

Commit dc4035d

Browse files
committed
Update CI step versions
1 parent 34a06d0 commit dc4035d

3 files changed

Lines changed: 6 additions & 6 deletions

File tree

.github/workflows/build-deploy.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -23,10 +23,10 @@ jobs:
2323
#
2424
# See https://github.com/docker/build-push-action
2525
- name: Set up Docker Buildx
26-
uses: docker/setup-buildx-action@v3
26+
uses: docker/setup-buildx-action@v4
2727

2828
- name: Login to GHCR.io
29-
uses: docker/login-action@v3
29+
uses: docker/login-action@v4
3030
with:
3131
registry: ghcr.io
3232
username: ${{ github.repository_owner }}
@@ -36,7 +36,7 @@ jobs:
3636
# Repository. The container will be tagged as "latest"
3737
# and with the short SHA of the commit.
3838
- name: Build and push
39-
uses: docker/build-push-action@v6
39+
uses: docker/build-push-action@v7
4040
with:
4141
push: ${{ github.ref == 'refs/heads/main' }}
4242
cache-from: type=registry,ref=ghcr.io/python-discord/king-arthur:latest
@@ -59,7 +59,7 @@ jobs:
5959
repository: python-discord/infra
6060
path: infra
6161

62-
- uses: azure/setup-kubectl@v4
62+
- uses: azure/setup-kubectl@v5
6363

6464
- name: Authenticate with Kubernetes
6565
uses: azure/k8s-set-context@v4

.github/workflows/lint.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ jobs:
5959
- name: Upload a build artifact
6060
if: always() && steps.prepare-artifact.outcome == 'success'
6161
continue-on-error: true
62-
uses: actions/upload-artifact@v6
62+
uses: actions/upload-artifact@v7
6363
with:
6464
name: pull-request-payload
6565
path: pull_request_payload.json

.github/workflows/sentry_release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,4 +19,4 @@ jobs:
1919
SENTRY_PROJECT: king-arthur
2020
with:
2121
environment: production
22-
version_prefix: king-arthur@
22+
release_prefix: king-arthur@

0 commit comments

Comments
 (0)