Skip to content

Commit 6fa69ad

Browse files
updateclibot[bot]updateclibot
andauthored
deps: bump Updatecli GH action to v3.1.3 (#1090)
* chore: deps: update Updatecli used by Github Action to v0.116.3 Made with ❤️️ by updatecli * chore: deps: update Updatecli used by Github Action to v3.1.2 Made with ❤️️ by updatecli * chore: deps: update Updatecli used by Github Action to v3.1.3 Made with ❤️️ by updatecli --------- Co-authored-by: updateclibot <bot@updatecli.io>
1 parent 2c3221b commit 6fa69ad

4 files changed

Lines changed: 8 additions & 8 deletions

File tree

.github/workflows/updatecli.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,9 @@ jobs:
1515
with:
1616
persist-credentials: false
1717
- name: "Setup updatecli"
18-
uses: "updatecli/updatecli-action@7aab164eed4ee3bb279611182ba1e62a3a867640" # v3.1.1
18+
uses: "updatecli/updatecli-action@2c3221bc5f4499a99fec2c87d9de4a83cb30e990" # v3.1.3
1919
with:
20-
version: "v0.116.2"
20+
version: "v0.116.3"
2121
- name: "Run updatecli"
2222
run: updatecli compose apply --clean-git-branches=true --experimental
2323
env:

.github/workflows/updatecli_release.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,9 +18,9 @@ jobs:
1818
with:
1919
persist-credentials: false
2020
- name: "Setup updatecli"
21-
uses: "updatecli/updatecli-action@7aab164eed4ee3bb279611182ba1e62a3a867640" # v3.1.1
21+
uses: "updatecli/updatecli-action@2c3221bc5f4499a99fec2c87d9de4a83cb30e990" # v3.1.3
2222
with:
23-
version: "v0.116.2"
23+
version: "v0.116.3"
2424
- name: "Run updatecli only on Updatecli release event"
2525
run: updatecli compose apply --clean-git-branches=true --labels="release:updatecli" --experimental
2626
env:

.github/workflows/updatecli_test.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,9 @@ jobs:
1313
with:
1414
persist-credentials: false
1515
- name: "Setup updatecli"
16-
uses: "updatecli/updatecli-action@7aab164eed4ee3bb279611182ba1e62a3a867640" # v3.1.1
16+
uses: "updatecli/updatecli-action@2c3221bc5f4499a99fec2c87d9de4a83cb30e990" # v3.1.3
1717
with:
18-
version: "v0.116.2"
18+
version: "v0.116.3"
1919
- name: "Test updatecli in dry-run mode"
2020
run: "updatecli compose diff"
2121
env:

.github/workflows/updatecli_update.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,9 +18,9 @@ jobs:
1818
with:
1919
persist-credentials: false
2020
- name: "Setup updatecli"
21-
uses: "updatecli/updatecli-action@7aab164eed4ee3bb279611182ba1e62a3a867640" # v3.1.1
21+
uses: "updatecli/updatecli-action@2c3221bc5f4499a99fec2c87d9de4a83cb30e990" # v3.1.3
2222
with:
23-
version: "v0.116.2"
23+
version: "v0.116.3"
2424
- name: "Run updatecli only on monitored pipelines"
2525
run: updatecli compose apply --clean-git-branches=true --labels="monitor:active" --experimental
2626
env:

0 commit comments

Comments
 (0)