diff options
author | 2024-07-13 20:46:44 +0000 | |
---|---|---|
committer | 2024-07-13 20:46:44 +0000 | |
commit | a3b7af14d0a5a43ac28ecadc02f70328d4c9c2ca (patch) | |
tree | 80ccca674d27c7bae67684f0410854b82ccee057 | |
parent | Merge pull request #285 from python-discord/renovate/sentry-sdk-2.x-lockfile (diff) |
Update azure/k8s-set-context action to v4
| datasource | package | from | to |
| ----------- | --------------------- | ---- | -- |
| github-tags | azure/k8s-set-context | v1 | v4 |
-rw-r--r-- | .github/workflows/forms-backend.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/forms-backend.yml b/.github/workflows/forms-backend.yml index 01bc3e7..cc0fd7f 100644 --- a/.github/workflows/forms-backend.yml +++ b/.github/workflows/forms-backend.yml @@ -108,7 +108,7 @@ jobs: uses: actions/checkout@v4 - name: Authenticate with Kubernetes - uses: azure/k8s-set-context@v1 + uses: azure/k8s-set-context@v4 with: method: kubeconfig kubeconfig: ${{ secrets.KUBECONFIG }} |