File tree Expand file tree Collapse file tree 1 file changed +6
-0
lines changed
Expand file tree Collapse file tree 1 file changed +6
-0
lines changed Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments