Skip to content

Commit 23af738

Browse files
updateclibot[bot]updatecli
andauthored
deps: bump Updatecli GH action to v2.100.0 (#19)
* chore: deps: update Updatecli used by Github Action to v0.114.0 Made with ❤️️ by updatecli * chore: deps: update Updatecli used by Github Action to v2.100.0 Made with ❤️️ by updatecli --------- Co-authored-by: updatecli <bot@updatecli.io>
1 parent 23d1882 commit 23af738

3 files changed

Lines changed: 5 additions & 5 deletions

File tree

.github/workflows/updatecli.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
- name: "Checkout"
1313
uses: "actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8" # v6.0.1
1414
- name: "Setup updatecli"
15-
uses: "updatecli/updatecli-action@b846825b298f5351abd80f94c4f9eab63a38a804" # v2.98.0
15+
uses: "updatecli/updatecli-action@v2.100.0" # v2.98.0
1616
with:
1717
version: "v0.114.0"
1818
- name: "Run updatecli"

.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@8e8c483db84b4bee98b60c0593521ed34d9990e8" # v6.0.1
1313
- name: "Setup updatecli"
14-
uses: "updatecli/updatecli-action@b846825b298f5351abd80f94c4f9eab63a38a804" # v2.98.0
14+
uses: "updatecli/updatecli-action@v2.100.0" # v2.98.0
1515
with:
16-
version: "v0.113.0-rc.1"
16+
version: "v0.114.0"
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@8e8c483db84b4bee98b60c0593521ed34d9990e8" # v6.0.1
1414
- name: "Setup updatecli"
15-
uses: "updatecli/updatecli-action@b846825b298f5351abd80f94c4f9eab63a38a804" # v2.98.0
15+
uses: "updatecli/updatecli-action@v2.100.0" # v2.98.0
1616
with:
17-
version: "v0.113.0-rc.1"
17+
version: "v0.114.0"
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)