From 58a865b9f8615e2e9f990f31c3e9aa844226e08e Mon Sep 17 00:00:00 2001 From: Jaime Soriano Pastor Date: Mon, 29 Jul 2024 17:15:27 +0200 Subject: [PATCH] Revert update of updatecli (#10643) Our actions started failing after the time of this upgrade, revert it to see if it fixes the issue. --- .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 64b7eb006e4..c3182297576 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@v2.64.0 # updatecli v0.80.0 + uses: updatecli/updatecli-action@v2.62.0 - name: Select diff action if: ${{ github.event_name == 'pull_request' }}