Skip to content

Commit 00c95bb

Browse files
author
updateclibot
committed
chore: deps: update Updatecli used by Github Action to v0.116.3
Made with ❤️️ by updatecli
1 parent 2c3221b commit 00c95bb

4 files changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/updatecli.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@7aab164eed4ee3bb279611182ba1e62a3a867640" # v3.1.1
1919
with:
20-
version: "v0.116.2"
20+
version: "v0.116.3"
2121
- name: "Run updatecli"
2222
run: updatecli compose apply --clean-git-branches=true --experimental
2323
env:

.github/workflows/updatecli_release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
- name: "Setup updatecli"
2121
uses: "updatecli/updatecli-action@7aab164eed4ee3bb279611182ba1e62a3a867640" # v3.1.1
2222
with:
23-
version: "v0.116.2"
23+
version: "v0.116.3"
2424
- name: "Run updatecli only on Updatecli release event"
2525
run: updatecli compose apply --clean-git-branches=true --labels="release:updatecli" --experimental
2626
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@7aab164eed4ee3bb279611182ba1e62a3a867640" # v3.1.1
1717
with:
18-
version: "v0.116.2"
18+
version: "v0.116.3"
1919
- name: "Test updatecli in dry-run mode"
2020
run: "updatecli compose diff"
2121
env:

.github/workflows/updatecli_update.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
- name: "Setup updatecli"
2121
uses: "updatecli/updatecli-action@7aab164eed4ee3bb279611182ba1e62a3a867640" # v3.1.1
2222
with:
23-
version: "v0.116.2"
23+
version: "v0.116.3"
2424
- name: "Run updatecli only on monitored pipelines"
2525
run: updatecli compose apply --clean-git-branches=true --labels="monitor:active" --experimental
2626
env:

0 commit comments

Comments
 (0)