Skip to content

Commit 03fa1b5

Browse files
chore: deps: update Updatecli used by Github Action to v2.95.0 (updatecli#2480)
Made with ❤️️ by updatecli Co-authored-by: updateclibot[bot] <92153806+updateclibot[bot]@users.noreply.github.com> Co-authored-by: Olivier Vernin <olivier@vernin.me>
1 parent c5e1f7b commit 03fa1b5

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
@@ -17,7 +17,7 @@ jobs:
1717
- name: "Checkout"
1818
uses: "actions/checkout@v4"
1919
- name: "Install Updatecli"
20-
uses: "updatecli/updatecli-action@v2.94.0"
20+
uses: "updatecli/updatecli-action@v2.95.0"
2121
with:
2222
version: "v0.110.2"
2323
# releasepost is required by the Updatecli

.github/workflows/updatecli.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
- name: "Checkout"
2626
uses: "actions/checkout@v4"
2727
- name: "Install Updatecli"
28-
uses: "updatecli/updatecli-action@v2.94.0"
28+
uses: "updatecli/updatecli-action@v2.95.0"
2929
with:
3030
version: "v0.110.2"
3131
- name: "Run updatecli in dryrun"

0 commit comments

Comments
 (0)