Skip to content

Commit 76da3b5

Browse files
deps: bump Updatecli GH action to v2.98.0 (#2622)
* chore: deps: update Updatecli used by Github Action to v0.113.0 Made with ❤️️ by updatecli * chore: deps: update Updatecli used by Github Action to v2.98.0 Made with ❤️️ by updatecli --------- Co-authored-by: updateclibot[bot] <92153806+updateclibot[bot]@users.noreply.github.com>
1 parent 79df36f commit 76da3b5

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
@@ -17,9 +17,9 @@ jobs:
1717
- name: "Checkout"
1818
uses: "actions/checkout@v4"
1919
- name: "Install Updatecli"
20-
uses: "updatecli/updatecli-action@v2.96.0"
20+
uses: "updatecli/updatecli-action@v2.98.0"
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: 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.96.0"
28+
uses: "updatecli/updatecli-action@v2.98.0"
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)