Skip to content

Commit 19a39e9

Browse files
chore: deps: update Updatecli used by Github Action to v2.99.0
Made with ❤️️ by updatecli
1 parent d1a7ff4 commit 19a39e9

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.98.0"
20+
uses: "updatecli/updatecli-action@v2.99.0"
2121
with:
2222
version: "v0.113.0"
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.98.0"
28+
uses: "updatecli/updatecli-action@v2.99.0"
2929
with:
3030
version: "v0.113.0"
3131
- name: "Run updatecli in dryrun"

0 commit comments

Comments
 (0)