From 1e72303a30b082325bd5813be6be0c505ce81cc5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 9 Dec 2022 09:16:31 +0000 Subject: [PATCH] Bump steebchen/kubectl from 2.0.0 to 2.1.1 Bumps [steebchen/kubectl](https://github.com/steebchen/kubectl) from 2.0.0 to 2.1.1. - [Release notes](https://github.com/steebchen/kubectl/releases) - [Commits](https://github.com/steebchen/kubectl/compare/v2.0.0...v2.1.1) --- updated-dependencies: - dependency-name: steebchen/kubectl dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/CD.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/CD.yml b/.github/workflows/CD.yml index 901a2d9..86cc19a 100644 --- a/.github/workflows/CD.yml +++ b/.github/workflows/CD.yml @@ -19,7 +19,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Deploy to cluster - uses: steebchen/kubectl@v2.0.0 + uses: steebchen/kubectl@v2.1.1 with: config: ${{ secrets.KUBE_CONFIG_DATA }} command: rollout restart -n ${{ inputs.namespace }} deployment/${{ inputs.deployment }}