Skip to content

Commit 9eff913

Browse files
authored
ci: support updatecli version required for the new oblt updatecli policies (#1672)
1 parent bebe77e commit 9eff913

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/updatecli.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,12 +38,18 @@ jobs:
3838
- uses: elastic/oblt-actions/updatecli/run@v1
3939
with:
4040
command: --experimental compose diff
41+
# TODO: update to the latest version so the policies can work as expected.
42+
# latest changes in the policies require to use the dependson feature.
43+
version: "v0.88.0"
4144
env:
4245
GITHUB_TOKEN: ${{ steps.get_token.outputs.token }}
4346

4447
- uses: elastic/oblt-actions/updatecli/run@v1
4548
with:
4649
command: --experimental compose apply
50+
# TODO: update to the latest version so the policies can work as expected.
51+
# latest changes in the policies require to use the dependson feature.
52+
version: "v0.88.0"
4753
env:
4854
GITHUB_TOKEN: ${{ steps.get_token.outputs.token }}
4955

0 commit comments

Comments
 (0)