Skip to content

Commit 98b64fd

Browse files
authored
deps: bump Updatecli GH action (#74)
* 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
1 parent 9ef8b4a commit 98b64fd

3 files changed

Lines changed: 7 additions & 6 deletions

File tree

.github/workflows/updatecli.yaml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
---
12
name: Updatecli
23
on:
34
release:
@@ -11,9 +12,9 @@ jobs:
1112
- name: "Checkout"
1213
uses: "actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd" # v6.0.2
1314
- name: "Setup updatecli"
14-
uses: "updatecli/updatecli-action@7aab164eed4ee3bb279611182ba1e62a3a867640" # v3.1.1
15+
uses: "updatecli/updatecli-action@af341a800cdbcde3ddcebb7a62410ac06a78a207" # v3.1.2
1516
with:
16-
version: "v0.116.2"
17+
version: "v0.116.3"
1718
- name: "Run updatecli"
1819
run: updatecli compose apply --clean-git-branches=true --experimental
1920
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@7aab164eed4ee3bb279611182ba1e62a3a867640" # v3.1.1
14+
uses: "updatecli/updatecli-action@af341a800cdbcde3ddcebb7a62410ac06a78a207" # v3.1.2
1515
with:
16-
version: "v0.116.2"
16+
version: "v0.116.3"
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
@@ -15,9 +15,9 @@ jobs:
1515
- name: "Checkout"
1616
uses: "actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd" # v6.0.2
1717
- name: "Setup updatecli"
18-
uses: "updatecli/updatecli-action@7aab164eed4ee3bb279611182ba1e62a3a867640" # v3.1.1
18+
uses: "updatecli/updatecli-action@af341a800cdbcde3ddcebb7a62410ac06a78a207" # v3.1.2
1919
with:
20-
version: "v0.116.2"
20+
version: "v0.116.3"
2121
- name: "Run updatecli only on existing pipelines"
2222
run: updatecli compose apply --clean-git-branches=true --existing-only=true --experimental
2323
env:

0 commit comments

Comments
 (0)