aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2024-03-11 05:35:28 +0000
committerGravatar Mark <[email protected]>2024-03-11 03:54:24 -0700
commit3cedd134a921caaff248a64ad4907626c60eef4c (patch)
treee1e1366e979c05646cd01d87bf7c110deec50215
parentMerge pull request #1231 from python-discord/docs/dark-theme-dev (diff)
Bump azure/k8s-set-context from 3 to 4
Bumps [azure/k8s-set-context](https://github.com/azure/k8s-set-context) from 3 to 4. - [Release notes](https://github.com/azure/k8s-set-context/releases) - [Commits](https://github.com/azure/k8s-set-context/compare/v3...v4) --- updated-dependencies: - dependency-name: azure/k8s-set-context dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
-rw-r--r--.github/workflows/build-deploy.yaml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/build-deploy.yaml b/.github/workflows/build-deploy.yaml
index c5a62c10..6eed2878 100644
--- a/.github/workflows/build-deploy.yaml
+++ b/.github/workflows/build-deploy.yaml
@@ -67,7 +67,7 @@ jobs:
- uses: azure/setup-kubectl@v3
- name: Authenticate with Kubernetes
- uses: azure/k8s-set-context@v3
+ uses: azure/k8s-set-context@v4
with:
method: kubeconfig
kubeconfig: ${{ secrets.KUBECONFIG }}