aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar jchristgit <[email protected]>2024-04-06 16:32:33 +0200
committerGravatar GitHub <[email protected]>2024-04-06 16:32:33 +0200
commit9cdcd286f185d6bed28929b79c579ca6a383f4a1 (patch)
treee0b7f86b06bb9a2c2b1f94bfafb054d1c1d330c9
parentBump fishhook eval dep (#207) (diff)
parentBump the ci-dependencies group with 1 update (diff)
Merge pull request #206 from python-discord/dependabot/github_actions/ci-dependencies-cc15238ce4
Bump the ci-dependencies group with 1 update
-rw-r--r--.github/workflows/deploy.yaml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/deploy.yaml b/.github/workflows/deploy.yaml
index 6326cde..195fb03 100644
--- a/.github/workflows/deploy.yaml
+++ b/.github/workflows/deploy.yaml
@@ -70,7 +70,7 @@ jobs:
kubeconfig: ${{ secrets.KUBECONFIG }}
- name: Deploy to Kubernetes
- uses: azure/k8s-deploy@v4
+ uses: azure/k8s-deploy@v5
with:
manifests: deployment.yaml
images: 'ghcr.io/python-discord/snekbox:${{ inputs.version }}'