From f4ad161af66e404ee69c199c793392d938d59a8b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 26 Sep 2025 10:09:22 +0000 Subject: [PATCH] chore(deps): bump updatecli/updatecli-action from 2.92.0 to 2.93.0 Bumps [updatecli/updatecli-action](https://github.com/updatecli/updatecli-action) from 2.92.0 to 2.93.0. - [Release notes](https://github.com/updatecli/updatecli-action/releases) - [Commits](https://github.com/updatecli/updatecli-action/compare/v2.92.0...v2.93.0) --- updated-dependencies: - dependency-name: updatecli/updatecli-action dependency-version: 2.93.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/agent-release.yaml | 2 +- .github/workflows/kubectl-update.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/agent-release.yaml b/.github/workflows/agent-release.yaml index f90b35c01..647516d0e 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@v2.92.0 + uses: updatecli/updatecli-action@v2.93.0 - name: Run Updatecli in apply mode run: "updatecli apply --config .github/updatecli.d/config-agent-release.yaml" diff --git a/.github/workflows/kubectl-update.yaml b/.github/workflows/kubectl-update.yaml index 16338c242..a15ef4ec0 100644 --- a/.github/workflows/kubectl-update.yaml +++ b/.github/workflows/kubectl-update.yaml @@ -17,7 +17,7 @@ jobs: uses: actions/checkout@v5 - name: Install Updatecli in the runner - uses: updatecli/updatecli-action@v2.92.0 + uses: updatecli/updatecli-action@v2.93.0 - name: Run Updatecli run: "updatecli apply --config .github/updatecli.d/config-update-kubectl-image.yaml"