Skip to content

Commit 7c8f39e

Browse files
updateclibot[bot]updatecli
andauthored
chore: deps: update Updatecli used by Github Action to v0.115.0 (#37)
Made with ❤️️ by updatecli Co-authored-by: updatecli <bot@updatecli.io>
1 parent 533e85e commit 7c8f39e

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@4b17f4ea784de29f71f85f9bc4955402ba1ae53c" # v2.100.0
1616
with:
17-
version: "v0.114.0"
17+
version: "v0.115.0"
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@4b17f4ea784de29f71f85f9bc4955402ba1ae53c" # v2.100.0
1515
with:
16-
version: "v0.114.0"
16+
version: "v0.115.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
@@ -14,7 +14,7 @@ jobs:
1414
- name: "Setup updatecli"
1515
uses: "updatecli/updatecli-action@4b17f4ea784de29f71f85f9bc4955402ba1ae53c" # v2.100.0
1616
with:
17-
version: "v0.114.0"
17+
version: "v0.115.0"
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)