Skip to content

Commit 2162e95

Browse files
deps(github/action): bump all dependencies (#34)
* chore: deps(github): bump Action tag for updatecli/updatecli-action f... ... rom 4b17f4ea784de29f71f85f9bc4955402ba1ae53c to 2cc8e6d8e356d76b0280cdd03766c36596a0614e (Pinned from v3.0.0) Made with ❤️️ by updatecli * chore: deps(github): bump Action release for updatecli/updatecli-acti... ... on from 4b17f4ea784de29f71f85f9bc4955402ba1ae53c to 2cc8e6d8e356d76b0280cdd03766c36596a0614e (Pinned from v3.0.0) Made with ❤️️ by updatecli * chore: deps(github): bump Action tag for updatecli/updatecli-action f... ... rom 4b17f4ea784de29f71f85f9bc4955402ba1ae53c to 2cc8e6d8e356d76b0280cdd03766c36596a0614e (Pinned from v3.0.0) Made with ❤️️ by updatecli --------- Co-authored-by: updateclibot[bot] <92153806+updateclibot[bot]@users.noreply.github.com>
1 parent a964ee1 commit 2162e95

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/updatecli.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
- name: "Checkout"
1212
uses: "actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd" # v6.0.2
1313
- name: "Setup updatecli"
14-
uses: "updatecli/updatecli-action@4b17f4ea784de29f71f85f9bc4955402ba1ae53c" # v2.100.0
14+
uses: "updatecli/updatecli-action@2cc8e6d8e356d76b0280cdd03766c36596a0614e" # v3.0.0
1515
- name: "Run updatecli"
1616
run: updatecli compose apply --clean-git-branches=true --experimental
1717
env:

.github/workflows/updatecli_test.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
- name: "Checkout"
1212
uses: "actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd" # v6.0.2
1313
- name: "Setup updatecli"
14-
uses: "updatecli/updatecli-action@4b17f4ea784de29f71f85f9bc4955402ba1ae53c" # v2.100.0
14+
uses: "updatecli/updatecli-action@2cc8e6d8e356d76b0280cdd03766c36596a0614e" # v3.0.0
1515
- name: "Test updatecli in dry-run mode"
1616
run: "updatecli compose diff"
1717
env:

.github/workflows/updatecli_update.yaml

Lines changed: 1 addition & 1 deletion
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@4b17f4ea784de29f71f85f9bc4955402ba1ae53c" # v2.100.0
18+
uses: "updatecli/updatecli-action@2cc8e6d8e356d76b0280cdd03766c36596a0614e" # v3.0.0
1919
- name: "Run updatecli only on monitored pipelines"
2020
run: updatecli compose apply --clean-git-branches=true --labels="monitoring:enabled" --experimental
2121
env:

0 commit comments

Comments
 (0)