Skip to content

Commit 80d1a73

Browse files
authored
deps: bump Updatecli GH action (#169)
* chore: deps: update Updatecli used by Github Action to v0.115.0 Made with ❤️️ by updatecli * chore: deps: update Updatecli used by Github Action to v2.100.0 Made with ❤️️ by updatecli
1 parent 32c1d2f commit 80d1a73

3 files changed

Lines changed: 9 additions & 21 deletions

File tree

.github/workflows/updatecli.yaml

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,29 +1,26 @@
1+
---
12
name: Updatecli
23
on:
34
release:
45
workflow_dispatch:
56
schedule:
67
# Run at 12:00 every 14 days
78
- cron: 0 3 * * *
8-
99
jobs:
1010
updatecli:
1111
runs-on: ubuntu-latest
1212
steps:
1313
- name: "Checkout"
1414
uses: "actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3" # v6.0.0
15-
1615
- name: "Setup updatecli"
17-
uses: "updatecli/updatecli-action@5ca36367fadc6ad94d590984fd9c696e783ec635" # v2.96.0
16+
uses: "updatecli/updatecli-action@4b17f4ea784de29f71f85f9bc4955402ba1ae53c" # v2.100.0
1817
with:
19-
version: "v0.114.0"
20-
18+
version: "v0.115.0"
2119
- name: "Set up Go"
2220
uses: "actions/setup-go@4dc6199c7b1a012772edbd06daecab0f50c9053c" # v6.1.0
2321
with:
2422
go-version-file: "go.mod"
2523
id: go
26-
2724
- name: "Run updatecli"
2825
run: updatecli compose apply --clean-git-branches=true --experimental
2926
env:

.github/workflows/updatecli_test.yaml

Lines changed: 3 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,29 +1,24 @@
1+
---
12
name: Updatecli Test
2-
33
on:
44
pull_request:
5-
65
permissions:
76
contents: read
8-
97
jobs:
108
updatecli:
119
runs-on: ubuntu-latest
1210
steps:
1311
- name: "Checkout"
1412
uses: "actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3" # v6.0.0
15-
1613
- name: "Setup updatecli"
17-
uses: "updatecli/updatecli-action@5ca36367fadc6ad94d590984fd9c696e783ec635" # v2.96.0
14+
uses: "updatecli/updatecli-action@4b17f4ea784de29f71f85f9bc4955402ba1ae53c" # v2.100.0
1815
with:
19-
version: "v0.114.0"
20-
16+
version: "v0.115.0"
2117
- name: "Set up Go"
2218
uses: "actions/setup-go@4dc6199c7b1a012772edbd06daecab0f50c9053c" # v6.1.0
2319
with:
2420
go-version-file: "go.mod"
2521
id: go
26-
2722
- name: "Test updatecli in dry-run mode"
2823
run: "updatecli compose diff"
2924
env:

.github/workflows/updatecli_update.yaml

Lines changed: 3 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
---
12
name: Updatecli - Update
23
on:
34
workflow_dispatch:
@@ -7,25 +8,21 @@ on:
78
push:
89
branches:
910
- main
10-
1111
jobs:
1212
updatecli:
1313
runs-on: ubuntu-latest
1414
steps:
1515
- name: "Checkout"
1616
uses: "actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3" # v6.0.0
17-
1817
- name: "Setup updatecli"
19-
uses: "updatecli/updatecli-action@5ca36367fadc6ad94d590984fd9c696e783ec635" # v2.96.0
18+
uses: "updatecli/updatecli-action@4b17f4ea784de29f71f85f9bc4955402ba1ae53c" # v2.100.0
2019
with:
21-
version: "v0.113.0-rc.1"
22-
20+
version: "v0.115.0"
2321
- name: "Set up Go"
2422
uses: "actions/setup-go@4dc6199c7b1a012772edbd06daecab0f50c9053c" # v6.1.0
2523
with:
2624
go-version-file: "go.mod"
2725
id: go
28-
2926
- name: "Run updatecli only on monitored pipelines"
3027
run: updatecli compose apply --clean-git-branches=true --labels="monitoring:enabled" --experimental
3128
env:
@@ -35,7 +32,6 @@ jobs:
3532
UPDATECLI_UDASH_API_URL: ${{ secrets.UPDATECLI_UDASH_API_URL }}
3633
UPDATECLI_UDASH_ACCESS_TOKEN: ${{ secrets.UPDATECLI_UDASH_ACCESS_TOKEN }}
3734
UPDATECLI_UDASH_URL: ${{ secrets.UPDATECLI_UDASH_URL }}
38-
3935
- name: "Run updatecli only on existing pipelines"
4036
run: updatecli compose apply --clean-git-branches=true --existing-only=true --experimental
4137
env:

0 commit comments

Comments
 (0)