Skip to content

Commit 84d7ef8

Browse files
updateclibot[bot]updatecli-bot
andauthored
deps: bump Updatecli GitHub action to v2.72.0 (#1984)
* chore: deps: update Updatecli used by Github Action to v0.89.0 Made with ❤️️ by updatecli * chore: deps: update Updatecli used by Github Action to v2.72.0 Made with ❤️️ by updatecli --------- Co-authored-by: updatecli-bot <[email protected]>
1 parent c3b88db commit 84d7ef8

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/updatecli.weekly.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,9 @@ jobs:
1414
- name: "Checkout"
1515
uses: "actions/checkout@v4"
1616
- name: "Install Updatecli"
17-
uses: "updatecli/updatecli-action@v2.71.0"
17+
uses: "updatecli/updatecli-action@v2.72.0"
1818
with:
19-
version: "v0.87.0"
19+
version: "v0.89.0"
2020
# releasepost is required by the Updatecli
2121
# * policy ghcr.io/updatecli/policies/releasepost/releasepost
2222
- name: "Install Releasepost"

.github/workflows/updatecli.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,9 +25,9 @@ jobs:
2525
- name: "Checkout"
2626
uses: "actions/checkout@v4"
2727
- name: "Install Updatecli"
28-
uses: "updatecli/updatecli-action@v2.71.0"
28+
uses: "updatecli/updatecli-action@v2.72.0"
2929
with:
30-
version: "v0.87.0"
30+
version: "v0.89.0"
3131
- name: "Run updatecli in dryrun"
3232
run: "updatecli compose diff"
3333
env:

0 commit comments

Comments
 (0)