We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 54e01c4 commit cd4e53dCopy full SHA for cd4e53d
.github/workflows/updatecli.weekly.yaml
@@ -16,7 +16,7 @@ jobs:
16
- name: "Install Updatecli"
17
uses: "updatecli/updatecli-action@v2.79.0"
18
with:
19
- version: "v0.95.0"
+ version: "v0.95.1"
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