From f315afdf8b60de5aa8f93d5473d4ecad1be40b71 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 26 Aug 2024 13:51:32 +0000 Subject: [PATCH] Bump updatecli/updatecli-action from 2.65.0 to 2.66.0 Bumps [updatecli/updatecli-action](https://github.com/updatecli/updatecli-action) from 2.65.0 to 2.66.0. - [Release notes](https://github.com/updatecli/updatecli-action/releases) - [Commits](https://github.com/updatecli/updatecli-action/compare/a0c478c868a71d3e239a65714de69450aa1ee2c6...d0950ebbe80f4f80c3392b288d6a218fae872f69) --- 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 2eb1217a55a..778b6f5ce01 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@a0c478c868a71d3e239a65714de69450aa1ee2c6 #v2.65.0 + uses: updatecli/updatecli-action@d0950ebbe80f4f80c3392b288d6a218fae872f69 #v2.66.0 - name: Select diff action if: ${{ github.event_name == 'pull_request' }}