diff --git a/.github/workflows/deployments.yml b/.github/workflows/deployments.yml index 019adbc8e..6e8ec2e1d 100644 --- a/.github/workflows/deployments.yml +++ b/.github/workflows/deployments.yml @@ -37,7 +37,7 @@ jobs: - run: echo "deploying to production with tag ${{ needs.determine-image.outputs.tag }}" - name: Authenticate with Kubernetes - uses: azure/k8s-set-context@v1 + uses: azure/k8s-set-context@v2 with: method: kubeconfig kubeconfig: ${{ secrets.KUBECONFIG }} @@ -64,7 +64,7 @@ jobs: - run: echo "deploying to staging with tag ${{ needs.determine-image.outputs.tag }}" - name: Authenticate with Kubernetes - uses: azure/k8s-set-context@v1 + uses: azure/k8s-set-context@v2 with: method: kubeconfig kubeconfig: ${{ secrets.KUBECONFIG }}