From aa3f24ba92731ff1e37e165da9ad4b05f2e4539d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 23 Dec 2024 13:33:29 +0000 Subject: [PATCH] build(deps): bump updatecli/updatecli-action from 2.73.0 to 2.74.0 Bumps [updatecli/updatecli-action](https://github.com/updatecli/updatecli-action) from 2.73.0 to 2.74.0. - [Release notes](https://github.com/updatecli/updatecli-action/releases) - [Commits](https://github.com/updatecli/updatecli-action/compare/11d8c3e7c4dbb188d9534e599db759e418911828...1e7fcb1c5df159bca56c24c5335a050d611fbfdd) --- updated-dependencies: - dependency-name: updatecli/updatecli-action 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 2608f83a741..9973dc1e1a7 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@11d8c3e7c4dbb188d9534e599db759e418911828 #v2.73.0 + uses: updatecli/updatecli-action@1e7fcb1c5df159bca56c24c5335a050d611fbfdd #v2.74.0 - name: Select diff action if: ${{ github.event_name == 'pull_request' }}