File tree 3 files changed +8
-6
lines changed
3 files changed +8
-6
lines changed Original file line number Diff line number Diff line change @@ -38,18 +38,14 @@ jobs:
38
38
- uses : elastic/oblt-actions/updatecli/run@v1
39
39
with :
40
40
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"
41
+ version-file : .tool-versions
44
42
env :
45
43
GITHUB_TOKEN : ${{ steps.get_token.outputs.token }}
46
44
47
45
- uses : elastic/oblt-actions/updatecli/run@v1
48
46
with :
49
47
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"
48
+ version-file : .tool-versions
53
49
env :
54
50
GITHUB_TOKEN : ${{ steps.get_token.outputs.token }}
55
51
Original file line number Diff line number Diff line change
1
+ updatecli v0.88.0
Original file line number Diff line number Diff line change @@ -18,3 +18,8 @@ policies:
18
18
values :
19
19
- .ci/updatecli/values.d/scm.yml
20
20
- .ci/updatecli/values.d/update-compose.yml
21
+
22
+ - name : Update Updatecli version
23
+ policy : ghcr.io/elastic/oblt-updatecli-policies/updatecli/version:0.2.0@sha256:013a37ddcdb627c46e7cba6fb9d1d7bc144584fa9063843ae7ee0f6ef26b4bea
24
+ values :
25
+ - .ci/updatecli/values.d/scm.yml
You can’t perform that action at this time.
0 commit comments