We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f007169 commit fbb33b9Copy full SHA for fbb33b9
.github/workflows/updatecli.weekly.yaml
@@ -19,7 +19,7 @@ jobs:
19
- name: "Install Updatecli"
20
uses: "updatecli/updatecli-action@v2.96.0"
21
with:
22
- version: "v0.111.0"
+ version: "v0.112.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