Skip to content

Commit 475fee3

Browse files
authored
Merge pull request #7 from updatecli/updatecli_main_updatecli_gha
deps: bump Updatecli GH action
2 parents be8025d + 9ff5e3b commit 475fee3

3 files changed

Lines changed: 9 additions & 17 deletions

File tree

.github/workflows/updatecli.yaml

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,22 +1,20 @@
1+
---
12
name: Updatecli
23
on:
34
release:
45
workflow_dispatch:
56
schedule:
67
- cron: "0 4 * * *"
7-
88
jobs:
99
updatecli:
1010
runs-on: ubuntu-latest
1111
steps:
1212
- name: "Checkout"
1313
uses: "actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3" # v6.0.0
14-
1514
- name: "Setup updatecli"
16-
uses: "updatecli/updatecli-action@5ca36367fadc6ad94d590984fd9c696e783ec635" # v2.96.0
15+
uses: "updatecli/updatecli-action@af341a800cdbcde3ddcebb7a62410ac06a78a207" # v3.1.2
1716
with:
18-
version: "v0.114.0"
19-
17+
version: "v0.116.3"
2018
- name: "Run updatecli"
2119
run: updatecli compose apply --clean-git-branches=true --experimental
2220
env:

.github/workflows/updatecli_test.yaml

Lines changed: 3 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,23 +1,19 @@
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@af341a800cdbcde3ddcebb7a62410ac06a78a207" # v3.1.2
1815
with:
19-
version: "v0.113.0-rc.1"
20-
16+
version: "v0.116.3"
2117
- name: "Test updatecli in dry-run mode"
2218
run: "updatecli compose diff"
2319
env:

.github/workflows/updatecli_update.yaml

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,22 +1,20 @@
1+
---
12
name: Updatecli - Update
23
on:
34
workflow_dispatch:
45
push:
56
branches:
67
- main
7-
88
jobs:
99
updatecli:
1010
runs-on: ubuntu-latest
1111
steps:
1212
- name: "Checkout"
1313
uses: "actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3" # v6.0.0
14-
1514
- name: "Setup updatecli"
16-
uses: "updatecli/updatecli-action@5ca36367fadc6ad94d590984fd9c696e783ec635" # v2.96.0
15+
uses: "updatecli/updatecli-action@af341a800cdbcde3ddcebb7a62410ac06a78a207" # v3.1.2
1716
with:
18-
version: "v0.113.0-rc.1"
19-
17+
version: "v0.116.3"
2018
- name: "Run updatecli only on existing pipelines"
2119
run: updatecli compose apply --clean-git-branches=true --existing-only=true --experimental
2220
env:

0 commit comments

Comments
 (0)