Skip to content

Commit af341a8

Browse files
updateclibot[bot]updateclibot
andauthored
deps: bump Updatecli GH action to v0.116.2 (#1089)
chore: deps: update Updatecli used by Github Action to v0.116.2 Made with ❤️️ by updatecli Co-authored-by: updateclibot <bot@updatecli.io>
1 parent 35cab46 commit af341a8

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.1"
20+
version: "v0.116.2"
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.1"
23+
version: "v0.116.2"
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.1"
18+
version: "v0.116.2"
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.1"
23+
version: "v0.116.2"
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)