From 414eccd98b7bf793c8ac134f6e930e804b17ee48 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 4 Nov 2024 19:27:25 +0100 Subject: [PATCH] Bump updatecli/updatecli-action from 2.68.0 to 2.69.0 (#11626) Bumps [updatecli/updatecli-action](https://github.com/updatecli/updatecli-action) from 2.68.0 to 2.69.0. - [Release notes](https://github.com/updatecli/updatecli-action/releases) - [Commits](https://github.com/updatecli/updatecli-action/compare/92a13b95c2cd9f1c6742c965509203c6a5635ed7...f54a34a9aab90d003a574918a80e6e2a393d2e83) --- updated-dependencies: - dependency-name: updatecli/updatecli-action dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .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 3034978f138..484a9ede7f8 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@92a13b95c2cd9f1c6742c965509203c6a5635ed7 #v2.68.0 + uses: updatecli/updatecli-action@f54a34a9aab90d003a574918a80e6e2a393d2e83 #v2.69.0 - name: Select diff action if: ${{ github.event_name == 'pull_request' }}