From d06dba5ee122e2f3012e04a12b1f4750421d3976 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 7 Jul 2025 16:05:23 +0000 Subject: [PATCH] build(deps): bump updatecli/updatecli-action from 2.86.0 to 2.87.0 Bumps [updatecli/updatecli-action](https://github.com/updatecli/updatecli-action) from 2.86.0 to 2.87.0. - [Release notes](https://github.com/updatecli/updatecli-action/releases) - [Commits](https://github.com/updatecli/updatecli-action/compare/1536e372d5f433385f11b5b133b23a9833c510ce...fe1c9dbd7a0442ffb01dcf150a21514fc8d09ab7) --- updated-dependencies: - dependency-name: updatecli/updatecli-action dependency-version: 2.87.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/bump-elastic-stack-version.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/bump-elastic-stack-version.yml b/.github/workflows/bump-elastic-stack-version.yml index d945fbe7d64..7f40ccc5779 100644 --- a/.github/workflows/bump-elastic-stack-version.yml +++ b/.github/workflows/bump-elastic-stack-version.yml @@ -25,7 +25,7 @@ jobs: - uses: actions/checkout@v4 - name: Install Updatecli in the runner - uses: updatecli/updatecli-action@1536e372d5f433385f11b5b133b23a9833c510ce #v2.86.0 + uses: updatecli/updatecli-action@fe1c9dbd7a0442ffb01dcf150a21514fc8d09ab7 #v2.87.0 - name: Select diff action if: ${{ github.event_name == 'pull_request' }}