We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a57887a commit 71c66edCopy full SHA for 71c66ed
.github/workflows/updatecli.weekly.yaml
@@ -19,7 +19,7 @@ jobs:
19
- name: "Install Updatecli"
20
uses: "updatecli/updatecli-action@v2.99.0"
21
with:
22
- version: "v0.113.0"
+ version: "v0.114.0"
23
# releasepost is required by the Updatecli
24
# * policy ghcr.io/updatecli/policies/releasepost/releasepost
25
- name: "Install Releasepost"
.github/workflows/updatecli.yaml
@@ -27,7 +27,7 @@ jobs:
27
28
29
30
31
- name: "Run updatecli in dryrun"
32
run: "updatecli compose diff"
33
env:
0 commit comments