Skip to content

Commit 13ba4d9

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

3 files changed

Lines changed: 4 additions & 16 deletions

File tree

.github/workflows/updatecli.yaml

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,12 @@
1+
---
12
name: Updatecli
23
on:
34
release:
45
workflow_dispatch:
56
schedule:
67
# Run at 12:00 every 14 days
78
- cron: "0 12 */14 * *"
8-
99
permissions: {}
10-
1110
jobs:
1211
updatecli:
1312
runs-on: ubuntu-latest
@@ -16,12 +15,10 @@ jobs:
1615
uses: "actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd" # v6.0.2
1716
with:
1817
persist-credentials: false
19-
2018
- name: "Setup updatecli"
2119
uses: "updatecli/updatecli-action@4b17f4ea784de29f71f85f9bc4955402ba1ae53c" # v2.100.0
2220
with:
23-
version: "v0.114.0"
24-
21+
version: "v0.115.0"
2522
- name: "Run updatecli"
2623
run: updatecli compose apply --clean-git-branches=true --experimental
2724
env:

.github/workflows/updatecli_test.yaml

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,8 @@
22
name: Updatecli Test
33
on:
44
pull_request:
5-
65
permissions:
76
contents: read
8-
97
jobs:
108
updatecli:
119
runs-on: ubuntu-latest
@@ -14,12 +12,10 @@ jobs:
1412
uses: "actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd" # v6.0.2
1513
with:
1614
persist-credentials: false
17-
1815
- name: "Setup updatecli"
1916
uses: "updatecli/updatecli-action@4b17f4ea784de29f71f85f9bc4955402ba1ae53c" # v2.100.0
2017
with:
21-
version: "v0.114.0"
22-
18+
version: "v0.115.0"
2319
- name: "Test updatecli in dry-run mode"
2420
run: "updatecli compose diff"
2521
env:

.github/workflows/updatecli_update.yaml

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,7 @@ on:
88
push:
99
branches:
1010
- main
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"
2421
uses: "updatecli/updatecli-action@4b17f4ea784de29f71f85f9bc4955402ba1ae53c" # v2.100.0
2522
with:
26-
version: "v0.114.0"
27-
23+
version: "v0.115.0"
2824
- name: "Run updatecli only on monitored pipelines"
2925
run: updatecli compose apply --clean-git-branches=true --labels="monitoring:enabled" --experimental
3026
env:
@@ -34,7 +30,6 @@ jobs:
3430
UPDATECLI_UDASH_API_URL: ${{ secrets.UPDATECLI_UDASH_API_URL }}
3531
UPDATECLI_UDASH_ACCESS_TOKEN: ${{ secrets.UPDATECLI_UDASH_ACCESS_TOKEN }}
3632
UPDATECLI_UDASH_URL: ${{ secrets.UPDATECLI_UDASH_URL }}
37-
3833
- name: "Run updatecli only on existing pipelines"
3934
run: updatecli compose apply --clean-git-branches=true --existing-only=true --experimental
4035
env:

0 commit comments

Comments
 (0)