Skip to content

Commit

Permalink
Revert updatecli to a version known to work (#1992)
Browse files Browse the repository at this point in the history
Latest version is failing, revert to the latest version known to work.
  • Loading branch information
jsoriano authored Jul 29, 2024
1 parent ee8bd34 commit 0084337
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/bump-elastic-stack-version.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
echo "UPDATECLI_ACTION=apply" >> $GITHUB_ENV
- name: Install Updatecli in the runner
uses: updatecli/updatecli-action@v2.63.0 # updatecli v0.77.0
uses: updatecli/updatecli-action@v2.62.0

- name: Update default stack version
# --experimental needed for commitusingapi option.
Expand Down

0 comments on commit 0084337

Please sign in to comment.