Skip to content

Commit f8dee68

Browse files
author
updatecli
committed
chore: deps: update Updatecli used by Github Action to v2.100.0
Made with ❤️️ by updatecli
1 parent 5dcb040 commit f8dee68

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
@@ -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: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ 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:
1616
version: "v0.114.0"
1717
- name: "Test updatecli in dry-run mode"

.github/workflows/updatecli_update.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 only on existing pipelines"

0 commit comments

Comments
 (0)