Skip to content

Commit 286b031

Browse files
updateclibot[bot]updatecli
andauthored
deps: bump Updatecli GH action to v3.2.0 (#60)
* chore: deps: update Updatecli used by Github Action to v0.117.1 Made with ❤️️ by updatecli * chore: deps: update Updatecli used by Github Action to v3.2.0 Made with ❤️️ by updatecli --------- Co-authored-by: updatecli <bot@updatecli.io>
1 parent c393625 commit 286b031

3 files changed

Lines changed: 6 additions & 6 deletions

File tree

.github/workflows/updatecli.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,9 @@ jobs:
1212
- name: "Checkout"
1313
uses: "actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd" # v6.0.2
1414
- name: "Setup updatecli"
15-
uses: "updatecli/updatecli-action@af341a800cdbcde3ddcebb7a62410ac06a78a207" # v3.1.2
15+
uses: "updatecli/updatecli-action@e71be7554f3f940bc439cf720b3e4e379823c562" # v3.2.0
1616
with:
17-
version: "v0.116.3"
17+
version: "v0.117.1"
1818
- name: "Run updatecli"
1919
run: updatecli compose apply --clean-git-branches=true --experimental
2020
env:

.github/workflows/updatecli_test.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,9 @@ jobs:
1111
- name: "Checkout"
1212
uses: "actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd" # v6.0.2
1313
- name: "Setup updatecli"
14-
uses: "updatecli/updatecli-action@af341a800cdbcde3ddcebb7a62410ac06a78a207" # v3.1.2
14+
uses: "updatecli/updatecli-action@e71be7554f3f940bc439cf720b3e4e379823c562" # v3.2.0
1515
with:
16-
version: "v0.116.3"
16+
version: "v0.117.1"
1717
- name: "Test updatecli in dry-run mode"
1818
run: "updatecli compose diff"
1919
env:

.github/workflows/updatecli_update.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,9 @@ jobs:
1212
- name: "Checkout"
1313
uses: "actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd" # v6.0.2
1414
- name: "Setup updatecli"
15-
uses: "updatecli/updatecli-action@af341a800cdbcde3ddcebb7a62410ac06a78a207" # v3.1.2
15+
uses: "updatecli/updatecli-action@e71be7554f3f940bc439cf720b3e4e379823c562" # v3.2.0
1616
with:
17-
version: "v0.116.3"
17+
version: "v0.117.1"
1818
- name: "Run updatecli only on existing pipelines"
1919
run: updatecli compose apply --clean-git-branches=true --existing-only=true --experimental
2020
env:

0 commit comments

Comments
 (0)