We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c9cff77 commit 94cd959Copy full SHA for 94cd959
.github/workflows/updatecli.weekly.yaml
@@ -16,7 +16,7 @@ jobs:
16
- name: "Install Updatecli"
17
uses: "updatecli/updatecli-action@v2.84.0"
18
with:
19
- version: "v0.99.0"
+ version: "v0.100.0"
20
# releasepost is required by the Updatecli
21
# * policy ghcr.io/updatecli/policies/releasepost/releasepost
22
- 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