Skip to content

Commit 7e1766c

Browse files
chore: deps: update Updatecli used by Github Action to v0.117.0
Made with ❤️️ by updatecli
1 parent c9cb46a commit 7e1766c

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
@@ -18,7 +18,7 @@ jobs:
1818
- name: "Setup updatecli"
1919
uses: "updatecli/updatecli-action@2c3221bc5f4499a99fec2c87d9de4a83cb30e990" # v3.1.3
2020
with:
21-
version: "v0.116.3"
21+
version: "v0.117.0"
2222
- name: "Run updatecli"
2323
run: updatecli compose apply --clean-git-branches=true --experimental
2424
env:

.github/workflows/updatecli_test.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@2c3221bc5f4499a99fec2c87d9de4a83cb30e990" # v3.1.3
1717
with:
18-
version: "v0.116.3"
18+
version: "v0.117.0"
1919
- name: "Test updatecli in dry-run mode"
2020
run: "updatecli compose diff --experimental"
2121
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@2c3221bc5f4499a99fec2c87d9de4a83cb30e990" # v3.1.3
1919
with:
20-
version: "v0.116.3"
20+
version: "v0.117.0"
2121
- name: "Run updatecli only on monitored pipelines"
2222
run: updatecli compose apply --clean-git-branches=true --labels="monitor:active" --experimental
2323
env:

0 commit comments

Comments
 (0)