Skip to content

Commit 9f7d4d8

Browse files
author
updateclibot
committed
chore: deps: update Updatecli used by Github Action to v2.98.0
Made with ❤️️ by updatecli
1 parent d44bf53 commit 9f7d4d8

File tree

3 files changed

+5
-14
lines changed

3 files changed

+5
-14
lines changed

.github/workflows/updatecli.yaml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,23 +1,21 @@
1+
---
12
name: Updatecli
23
on:
34
release:
45
workflow_dispatch:
56
schedule:
67
# Run at 12:00 every Saterday every 14 days
78
- cron: "0 12 */14 * 6"
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@v2.98.0" # v2.96.0
1817
with:
1918
version: "v0.113.0"
20-
2119
- name: "Run updatecli"
2220
run: updatecli compose apply --clean-git-branches=true --experimental
2321
env:

.github/workflows/updatecli_test.yaml

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,23 +1,18 @@
11
name: Updatecli Test
2-
32
on:
43
pull_request:
5-
64
permissions:
75
contents: read
8-
96
jobs:
107
updatecli:
118
runs-on: ubuntu-latest
129
steps:
1310
- name: "Checkout"
1411
uses: "actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3" # v6.0.0
15-
1612
- name: "Setup updatecli"
17-
uses: "updatecli/updatecli-action@5ca36367fadc6ad94d590984fd9c696e783ec635" # v2.96.0
13+
uses: "updatecli/updatecli-action@v2.98.0" # v2.96.0
1814
with:
1915
version: "v0.113.0"
20-
2116
- name: "Test updatecli in dry-run mode"
2217
run: "updatecli compose diff"
2318
env:

.github/workflows/updatecli_update.yaml

Lines changed: 2 additions & 4 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
- v2
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@v2.98.0" # v2.96.0
1716
with:
1817
version: "v0.113.0"
19-
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)