From 23eeaf54ce281353a534c37201ad9ce3563cf70e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 17 Aug 2026 10:04:16 +0000 Subject: [PATCH] chore(deps): bump updatecli/updatecli-action from 3.5.0 to 3.6.0 Bumps [updatecli/updatecli-action](https://github.com/updatecli/updatecli-action) from 3.5.0 to 3.6.0. - [Release notes](https://github.com/updatecli/updatecli-action/releases) - [Commits](https://github.com/updatecli/updatecli-action/compare/v3.5.0...v3.6.0) --- updated-dependencies: - dependency-name: updatecli/updatecli-action dependency-version: 3.6.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/agent-release.yaml | 2 +- .github/workflows/cluster-shield-release.yaml | 2 +- .github/workflows/host-shield-release.yaml | 2 +- .github/workflows/kubectl-update.yaml | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/agent-release.yaml b/.github/workflows/agent-release.yaml index df8caaf5d..aee054ed3 100644 --- a/.github/workflows/agent-release.yaml +++ b/.github/workflows/agent-release.yaml @@ -24,7 +24,7 @@ jobs: go-version: "1.24" - name: Install Updatecli in the runner - uses: updatecli/updatecli-action@v3.5.0 + uses: updatecli/updatecli-action@v3.6.0 - name: Run Updatecli in apply mode run: "updatecli apply --config .github/updatecli.d/config-agent-release.yaml" diff --git a/.github/workflows/cluster-shield-release.yaml b/.github/workflows/cluster-shield-release.yaml index 67edb9547..95af19bf1 100644 --- a/.github/workflows/cluster-shield-release.yaml +++ b/.github/workflows/cluster-shield-release.yaml @@ -24,7 +24,7 @@ jobs: go-version: "1.24" - name: Install Updatecli in the runner - uses: updatecli/updatecli-action@v3.5.0 + uses: updatecli/updatecli-action@v3.6.0 - name: Run Updatecli in apply mode run: "updatecli apply --config .github/updatecli.d/config-cluster-shield-release.yaml" diff --git a/.github/workflows/host-shield-release.yaml b/.github/workflows/host-shield-release.yaml index 229adac9b..b100f8cfb 100644 --- a/.github/workflows/host-shield-release.yaml +++ b/.github/workflows/host-shield-release.yaml @@ -24,7 +24,7 @@ jobs: go-version: "1.24" - name: Install Updatecli in the runner - uses: updatecli/updatecli-action@v3.5.0 + uses: updatecli/updatecli-action@v3.6.0 - name: Run Updatecli in apply mode run: "updatecli apply --config .github/updatecli.d/config-host-shield-windows-release.yaml" diff --git a/.github/workflows/kubectl-update.yaml b/.github/workflows/kubectl-update.yaml index 7b9e08960..f48137eb7 100644 --- a/.github/workflows/kubectl-update.yaml +++ b/.github/workflows/kubectl-update.yaml @@ -17,7 +17,7 @@ jobs: uses: actions/checkout@v7 - name: Install Updatecli in the runner - uses: updatecli/updatecli-action@v3.5.0 + uses: updatecli/updatecli-action@v3.6.0 - name: Run Updatecli run: "updatecli apply --config .github/updatecli.d/config-update-kubectl-image.yaml"