Skip to content

Commit d906314

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

4 files changed

Lines changed: 4 additions & 5 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@2cc8e6d8e356d76b0280cdd03766c36596a0614e" # v3.0.0
1919
with:
20-
version: "v0.115.0"
20+
version: "v0.116.0"
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@2cc8e6d8e356d76b0280cdd03766c36596a0614e" # v3.0.0
2222
with:
23-
version: "v0.115.0"
23+
version: "v0.116.0"
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@2cc8e6d8e356d76b0280cdd03766c36596a0614e" # v3.0.0
1717
with:
18-
version: "v0.115.0"
18+
version: "v0.116.0"
1919
- name: "Test updatecli in dry-run mode"
2020
run: "updatecli compose diff"
2121
env:

.github/workflows/updatecli_update.yaml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
- name: "Setup updatecli"
2121
uses: "updatecli/updatecli-action@2cc8e6d8e356d76b0280cdd03766c36596a0614e" # v3.0.0
2222
with:
23-
version: "v0.115.0"
23+
version: "v0.116.0"
2424
- name: "Run updatecli only on monitored pipelines"
2525
run: updatecli compose apply --clean-git-branches=true --labels="monitor:active" --experimental
2626
env:
@@ -30,7 +30,6 @@ jobs:
3030
UPDATECLI_UDASH_API_URL: ${{ secrets.UPDATECLI_UDASH_API_URL }}
3131
UPDATECLI_UDASH_ACCESS_TOKEN: ${{ secrets.UPDATECLI_UDASH_ACCESS_TOKEN }}
3232
UPDATECLI_UDASH_URL: ${{ secrets.UPDATECLI_UDASH_URL }}
33-
3433
- name: "Run updatecli only on existing pipelines"
3534
run: updatecli compose apply --clean-git-branches=true --existing-only=true --experimental
3635
env:

0 commit comments

Comments
 (0)