Skip to content

Commit d4d2cfb

Browse files
chore: deps: update Updatecli used by Github Action to v0.113.0
Made with ❤️️ by updatecli
1 parent 65b9458 commit d4d2cfb

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/updatecli.weekly.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
- name: "Install Updatecli"
2020
uses: "updatecli/[email protected]"
2121
with:
22-
version: "v0.111.0"
22+
version: "v0.113.0"
2323
# releasepost is required by the Updatecli
2424
# * policy ghcr.io/updatecli/policies/releasepost/releasepost
2525
- name: "Install Releasepost"

.github/workflows/updatecli.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
- name: "Install Updatecli"
2828
uses: "updatecli/[email protected]"
2929
with:
30-
version: "v0.111.0"
30+
version: "v0.113.0"
3131
- name: "Run updatecli in dryrun"
3232
run: "updatecli compose diff"
3333
env:

0 commit comments

Comments
 (0)