diff options
author | 2024-04-06 16:32:33 +0200 | |
---|---|---|
committer | 2024-04-06 16:32:33 +0200 | |
commit | 9cdcd286f185d6bed28929b79c579ca6a383f4a1 (patch) | |
tree | e0b7f86b06bb9a2c2b1f94bfafb054d1c1d330c9 | |
parent | Bump fishhook eval dep (#207) (diff) | |
parent | Bump 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.yaml | 2 |
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 }}' |