Skip to content

Commit 9bf04bb

Browse files
author
updatecli
committed
chore: deps: update Updatecli used by Github Action to v0.116.1
Made with ❤️️ by updatecli
1 parent 680034c commit 9bf04bb

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
@@ -14,7 +14,7 @@ jobs:
1414
- name: "Setup updatecli"
1515
uses: "updatecli/updatecli-action@3e2cbfd2d4bec97ce3ec7155da54ddf599893026" # v3.1.0
1616
with:
17-
version: "v0.116.0"
17+
version: "v0.116.1"
1818
- name: "Run updatecli"
1919
run: updatecli compose apply --clean-git-branches=true --experimental
2020
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.116.0"
16+
version: "v0.116.1"
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
@@ -14,7 +14,7 @@ jobs:
1414
- name: "Setup updatecli"
1515
uses: "updatecli/updatecli-action@3e2cbfd2d4bec97ce3ec7155da54ddf599893026" # v3.1.0
1616
with:
17-
version: "v0.116.0"
17+
version: "v0.116.1"
1818
- name: "Run updatecli only on existing pipelines"
1919
run: updatecli compose apply --clean-git-branches=true --existing-only=true --experimental
2020
env:

0 commit comments

Comments
 (0)