diff options
author | 2025-07-15 22:54:18 +0000 | |
---|---|---|
committer | 2025-07-15 22:54:18 +0000 | |
commit | 001aa5581932fe8ee4e2bdc242ab50f0cfa49bde (patch) | |
tree | 46dcf83fb1d022790570f07c05d4b697506417a4 | |
parent | Update Keycloak to 26.3.0 (diff) |
Update azure/setup-kubectl action to v4.0.1renovate/github-actions
| datasource | package | from | to |
| ----------- | ------------------- | ------ | ------ |
| github-tags | azure/setup-kubectl | v4.0.0 | v4.0.1 |
-rw-r--r-- | .github/workflows/lint-kubernetes.yaml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/lint-kubernetes.yaml b/.github/workflows/lint-kubernetes.yaml index 3c3e0a2..9c373eb 100644 --- a/.github/workflows/lint-kubernetes.yaml +++ b/.github/workflows/lint-kubernetes.yaml @@ -20,7 +20,7 @@ jobs: echo "EOF" >> $GITHUB_OUTPUT id: manifest-files - - uses: azure/[email protected] + - uses: azure/[email protected] - name: Authenticate with Kubernetes uses: azure/k8s-set-context@v4 |