From 1f827737f22fe9159cc629de33929be0c94ffdb8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 30 Mar 2026 10:33:46 +0000 Subject: [PATCH] build(deps): bump updatecli/updatecli-action from 2.99.0 to 3.0.0 Bumps [updatecli/updatecli-action](https://github.com/updatecli/updatecli-action) from 2.99.0 to 3.0.0. - [Release notes](https://github.com/updatecli/updatecli-action/releases) - [Commits](https://github.com/updatecli/updatecli-action/compare/4fd2c16d992120bd5355264a03ad0cddec013e1b...2cc8e6d8e356d76b0280cdd03766c36596a0614e) --- updated-dependencies: - dependency-name: updatecli/updatecli-action dependency-version: 3.0.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..448919a 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@2cc8e6d8e356d76b0280cdd03766c36596a0614e # v3.0.0 - name: Run Updatecli diff if: github.event_name == 'pull_request'