Skip to content

Commit e45220a

Browse files
chore: deps: update Updatecli used by Github Action to v2.93.0 (#2407)
Made with ❤️️ by updatecli Co-authored-by: updateclibot[bot] <92153806+updateclibot[bot]@users.noreply.github.com>
1 parent 8db1c7b commit e45220a

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
@@ -14,7 +14,7 @@ jobs:
1414
- name: "Checkout"
1515
uses: "actions/checkout@v4"
1616
- name: "Install Updatecli"
17-
uses: "updatecli/updatecli-action@v2.92.0"
17+
uses: "updatecli/updatecli-action@v2.93.0"
1818
with:
1919
version: "v0.108.0"
2020
# 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.92.0"
28+
uses: "updatecli/updatecli-action@v2.93.0"
2929
with:
3030
version: "v0.108.0"
3131
- name: "Run updatecli in dryrun"

0 commit comments

Comments
 (0)