From 2aa3d63be63ff728b54a87fd25df957dacb5338e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 18 May 2026 18:26:49 +0000 Subject: [PATCH] build(deps): bump updatecli/updatecli-action from 2.99.0 to 3.2.0 Bumps [updatecli/updatecli-action](https://github.com/updatecli/updatecli-action) from 2.99.0 to 3.2.0. - [Release notes](https://github.com/updatecli/updatecli-action/releases) - [Commits](https://github.com/updatecli/updatecli-action/compare/4fd2c16d992120bd5355264a03ad0cddec013e1b...e71be7554f3f940bc439cf720b3e4e379823c562) --- updated-dependencies: - dependency-name: updatecli/updatecli-action dependency-version: 3.2.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/bump-golang.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/bump-golang.yml b/.github/workflows/bump-golang.yml index 9f2010f..1f102bf 100644 --- a/.github/workflows/bump-golang.yml +++ b/.github/workflows/bump-golang.yml @@ -24,7 +24,7 @@ jobs: uses: elastic/oblt-actions/git/setup@v1 - name: Install Updatecli in the runner - uses: updatecli/updatecli-action@4fd2c16d992120bd5355264a03ad0cddec013e1b # v2.99.0 + uses: updatecli/updatecli-action@e71be7554f3f940bc439cf720b3e4e379823c562 # v3.2.0 - name: Run Updatecli diff if: github.event_name == 'pull_request'