From c2c844fbefa6848025dff5c6338725af0a759b82 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Apr 2026 10:41:39 +0000 Subject: [PATCH] build(deps): bump updatecli/updatecli-action from 2.99.0 to 3.1.1 Bumps [updatecli/updatecli-action](https://github.com/updatecli/updatecli-action) from 2.99.0 to 3.1.1. - [Release notes](https://github.com/updatecli/updatecli-action/releases) - [Commits](https://github.com/updatecli/updatecli-action/compare/4fd2c16d992120bd5355264a03ad0cddec013e1b...7aab164eed4ee3bb279611182ba1e62a3a867640) --- updated-dependencies: - dependency-name: updatecli/updatecli-action dependency-version: 3.1.1 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..435c080 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@7aab164eed4ee3bb279611182ba1e62a3a867640 # v3.1.1 - name: Run Updatecli diff if: github.event_name == 'pull_request'