From 6ba94e0ecf16a1059d37777a8bd51041be9586cf Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 27 Apr 2026 11:35:21 +0000 Subject: [PATCH] build(deps): bump updatecli/updatecli-action from 2.99.0 to 3.1.3 Bumps [updatecli/updatecli-action](https://github.com/updatecli/updatecli-action) from 2.99.0 to 3.1.3. - [Release notes](https://github.com/updatecli/updatecli-action/releases) - [Commits](https://github.com/updatecli/updatecli-action/compare/4fd2c16d992120bd5355264a03ad0cddec013e1b...2c3221bc5f4499a99fec2c87d9de4a83cb30e990) --- updated-dependencies: - dependency-name: updatecli/updatecli-action dependency-version: 3.1.3 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..13620fd 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@2c3221bc5f4499a99fec2c87d9de4a83cb30e990 # v3.1.3 - name: Run Updatecli diff if: github.event_name == 'pull_request'