Skip to content

Commit 238d375

Browse files
chore: deps: update Updatecli used by Github Action to v0.116.0 (#155)
Made with ❤️️ by updatecli Co-authored-by: updateclibot[bot] <92153806+updateclibot[bot]@users.noreply.github.com>
1 parent fa5e761 commit 238d375

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/updatecli.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
- name: "Setup updatecli"
1616
uses: "updatecli/updatecli-action@3e2cbfd2d4bec97ce3ec7155da54ddf599893026" # v3.1.0
1717
with:
18-
version: "v0.115.0"
18+
version: "v0.116.0"
1919
- name: "Run updatecli"
2020
run: updatecli compose apply --clean-git-branches=true --experimental
2121
env:

.github/workflows/updatecli_test.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
- name: "Setup updatecli"
1414
uses: "updatecli/updatecli-action@3e2cbfd2d4bec97ce3ec7155da54ddf599893026" # v3.1.0
1515
with:
16-
version: "v0.115.0"
16+
version: "v0.116.0"
1717
- name: "Test updatecli in dry-run mode"
1818
run: "updatecli compose diff"
1919
env:

.github/workflows/updatecli_update.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
- name: "Setup updatecli"
1818
uses: "updatecli/updatecli-action@3e2cbfd2d4bec97ce3ec7155da54ddf599893026" # v3.1.0
1919
with:
20-
version: "v0.115.0"
20+
version: "v0.116.0"
2121
- name: "Run updatecli only on existing pipelines"
2222
run: updatecli compose apply --clean-git-branches=true --existing-only=true --experimental
2323
env:

0 commit comments

Comments
 (0)