From 21d7753b1c0a19b1ef9e6e2b5fdde109f400a996 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 30 Nov 2025 13:53:32 -0500 Subject: [PATCH] build(deps): bump actions-hub/kubectl in the github-actions group (#1303) Bumps the github-actions group with 1 update: [actions-hub/kubectl](https://github.com/actions-hub/kubectl). Updates `actions-hub/kubectl` from 1.34.1 to 1.34.2 - [Release notes](https://github.com/actions-hub/kubectl/releases) - [Commits](https://github.com/actions-hub/kubectl/compare/f14933a23bc8c582b5aa7d108defd8e2cb9fa86d...1d2c1e96fe0ae23b0c95ee8240ae151b1e638c23) --- updated-dependencies: - dependency-name: actions-hub/kubectl dependency-version: 1.34.2 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: github-actions ... Co-authored-by: Jason Cameron --- .github/workflows/docs-deploy.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/docs-deploy.yml b/.github/workflows/docs-deploy.yml index 7fc08c3..872f737 100644 --- a/.github/workflows/docs-deploy.yml +++ b/.github/workflows/docs-deploy.yml @@ -53,14 +53,14 @@ jobs: push: true - name: Apply k8s manifests to limsa lominsa - uses: actions-hub/kubectl@f14933a23bc8c582b5aa7d108defd8e2cb9fa86d # v1.34.1 + uses: actions-hub/kubectl@1d2c1e96fe0ae23b0c95ee8240ae151b1e638c23 # v1.34.2 env: KUBE_CONFIG: ${{ secrets.LIMSA_LOMINSA_KUBECONFIG }} with: args: apply -k docs/manifest - name: Apply k8s manifests to limsa lominsa - uses: actions-hub/kubectl@f14933a23bc8c582b5aa7d108defd8e2cb9fa86d # v1.34.1 + uses: actions-hub/kubectl@1d2c1e96fe0ae23b0c95ee8240ae151b1e638c23 # v1.34.2 env: KUBE_CONFIG: ${{ secrets.LIMSA_LOMINSA_KUBECONFIG }} with: