Skip to content

Commit cb90a2a

Browse files
build(deps): bump actions-hub/kubectl in the github-actions group
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](actions-hub/kubectl@f14933a...1d2c1e9) --- 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 ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent b11d813 commit cb90a2a

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/docs-deploy.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -53,14 +53,14 @@ jobs:
5353
push: true
5454

5555
- name: Apply k8s manifests to limsa lominsa
56-
uses: actions-hub/kubectl@f14933a23bc8c582b5aa7d108defd8e2cb9fa86d # v1.34.1
56+
uses: actions-hub/kubectl@1d2c1e96fe0ae23b0c95ee8240ae151b1e638c23 # v1.34.2
5757
env:
5858
KUBE_CONFIG: ${{ secrets.LIMSA_LOMINSA_KUBECONFIG }}
5959
with:
6060
args: apply -k docs/manifest
6161

6262
- name: Apply k8s manifests to limsa lominsa
63-
uses: actions-hub/kubectl@f14933a23bc8c582b5aa7d108defd8e2cb9fa86d # v1.34.1
63+
uses: actions-hub/kubectl@1d2c1e96fe0ae23b0c95ee8240ae151b1e638c23 # v1.34.2
6464
env:
6565
KUBE_CONFIG: ${{ secrets.LIMSA_LOMINSA_KUBECONFIG }}
6666
with:

0 commit comments

Comments
 (0)