Skip to content

Commit 36f88db

Browse files
updateclibot[bot]updatecli
andauthored
chore: deps: update Updatecli used by Github Action to v2.100.0 (#354)
Made with ❤️️ by updatecli Co-authored-by: updatecli <bot@updatecli.io>
1 parent 014e3a9 commit 36f88db

3 files changed

Lines changed: 4 additions & 7 deletions

File tree

.github/workflows/updatecli.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
---
12
name: Updatecli
23
on:
34
release:
@@ -12,7 +13,7 @@ jobs:
1213
- name: "Checkout"
1314
uses: "actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd" # v6.0.2
1415
- name: "Setup updatecli"
15-
uses: "updatecli/updatecli-action@4fd2c16d992120bd5355264a03ad0cddec013e1b" # v2.99.0
16+
uses: "updatecli/updatecli-action@4b17f4ea784de29f71f85f9bc4955402ba1ae53c" # v2.100.0
1617
with:
1718
version: "v0.114.0"
1819
- name: "Set up Go"

.github/workflows/updatecli_test.yaml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,18 +2,16 @@
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
1210
steps:
1311
- name: "Checkout"
1412
uses: "actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd" # v6.0.2
1513
- name: "Setup updatecli"
16-
uses: "updatecli/updatecli-action@4fd2c16d992120bd5355264a03ad0cddec013e1b" # v2.99.0
14+
uses: "updatecli/updatecli-action@4b17f4ea784de29f71f85f9bc4955402ba1ae53c" # v2.100.0
1715
with:
1816
version: "v0.114.0"
1917
- name: "Set up Go"

.github/workflows/updatecli_update.yaml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
- name: "Checkout"
1616
uses: "actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd" # v6.0.2
1717
- name: "Setup updatecli"
18-
uses: "updatecli/updatecli-action@4fd2c16d992120bd5355264a03ad0cddec013e1b" # v2.99.0
18+
uses: "updatecli/updatecli-action@4b17f4ea784de29f71f85f9bc4955402ba1ae53c" # v2.100.0
1919
with:
2020
version: "v0.114.0"
2121
- name: "Set up Go"
@@ -27,7 +27,6 @@ jobs:
2727
run: "go install github.com/swaggo/swag/cmd/swag@$SWAGGER_VERSION"
2828
env:
2929
SWAGGER_VERSION: v1.16.6
30-
3130
- name: "Run updatecli only on monitored pipelines"
3231
run: updatecli compose apply --clean-git-branches=true --labels="monitoring:enabled" --experimental
3332
env:
@@ -37,7 +36,6 @@ jobs:
3736
UPDATECLI_UDASH_API_URL: ${{ secrets.UPDATECLI_UDASH_API_URL }}
3837
UPDATECLI_UDASH_ACCESS_TOKEN: ${{ secrets.UPDATECLI_UDASH_ACCESS_TOKEN }}
3938
UPDATECLI_UDASH_URL: ${{ secrets.UPDATECLI_UDASH_URL }}
40-
4139
- name: "Run updatecli only on existing pipelines"
4240
run: updatecli compose apply --clean-git-branches=true --existing-only=true --experimental
4341
env:

0 commit comments

Comments
 (0)