Skip to content

Commit 8010c95

Browse files
updateclibot[bot]updatecliolblak
authored
deps: Updatecli version used by GitHub action (#302)
* chore: deps: update Updatecli used by Github Action to v0.116.1 Made with ❤️️ by updatecli * chore: deps: update Updatecli used by Github Action to v3.1.1 Made with ❤️️ by updatecli * chore: deps: update Updatecli used by Github Action to v0.116.2 Made with ❤️️ by updatecli --------- Co-authored-by: updatecli <updatecli-bot@updatecli.io> Co-authored-by: Olivier Vernin <olivier@vernin.me>
1 parent 419ed82 commit 8010c95

4 files changed

Lines changed: 8 additions & 13 deletions

File tree

.github/workflows/updatecli.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,9 @@ jobs:
1515
with:
1616
persist-credentials: false
1717
- name: "Setup updatecli"
18-
uses: "updatecli/updatecli-action@2cc8e6d8e356d76b0280cdd03766c36596a0614e" # v3.0.0
18+
uses: "updatecli/updatecli-action@7aab164eed4ee3bb279611182ba1e62a3a867640" # v3.1.1
1919
with:
20-
version: "v0.115.0"
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: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,7 @@ on:
88
repository_dispatch:
99
types:
1010
- "releasepost-release"
11-
1211
permissions: {}
13-
1412
jobs:
1513
updatecli:
1614
runs-on: ubuntu-latest
@@ -19,12 +17,10 @@ jobs:
1917
uses: "actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd" # v6.0.2
2018
with:
2119
persist-credentials: false
22-
2320
- name: "Setup updatecli"
24-
uses: "updatecli/updatecli-action@2cc8e6d8e356d76b0280cdd03766c36596a0614e" # v3.0.0
21+
uses: "updatecli/updatecli-action@7aab164eed4ee3bb279611182ba1e62a3a867640" # v3.1.1
2522
with:
26-
version: "v0.115.0"
27-
23+
version: "v0.116.2"
2824
- name: "Run updatecli only on Updatecli release event"
2925
run: updatecli compose apply --clean-git-branches=true --labels="release:releasepost" --experimental
3026
env:

.github/workflows/updatecli_test.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,9 @@ jobs:
1313
with:
1414
persist-credentials: false
1515
- name: "Setup updatecli"
16-
uses: "updatecli/updatecli-action@2cc8e6d8e356d76b0280cdd03766c36596a0614e" # v3.0.0
16+
uses: "updatecli/updatecli-action@7aab164eed4ee3bb279611182ba1e62a3a867640" # v3.1.1
1717
with:
18-
version: "v0.115.0"
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: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,9 +18,9 @@ jobs:
1818
with:
1919
persist-credentials: false
2020
- name: "Setup updatecli"
21-
uses: "updatecli/updatecli-action@2cc8e6d8e356d76b0280cdd03766c36596a0614e" # v3.0.0
21+
uses: "updatecli/updatecli-action@7aab164eed4ee3bb279611182ba1e62a3a867640" # v3.1.1
2222
with:
23-
version: "v0.115.0"
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:
@@ -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)