Skip to content

Commit 4d3c0af

Browse files
deps(github/action): bump all dependencies (#2877)
* chore: deps(github): bump Action tag for updatecli/updatecli-action f... ... rom 2cc8e6d8e356d76b0280cdd03766c36596a0614e to 3e2cbfd2d4bec97ce3ec7155da54ddf599893026 (Pinned from v3.1.0) Made with ❤️️ by updatecli * chore: deps(github): bump Action release for updatecli/updatecli-acti... ... on from 2cc8e6d8e356d76b0280cdd03766c36596a0614e to 3e2cbfd2d4bec97ce3ec7155da54ddf599893026 (Pinned from v3.1.0) Made with ❤️️ by updatecli * chore: deps(github): bump Action tag for updatecli/updatecli-action f... ... rom 2cc8e6d8e356d76b0280cdd03766c36596a0614e to 3e2cbfd2d4bec97ce3ec7155da54ddf599893026 (Pinned from v3.1.0) Made with ❤️️ by updatecli * chore: deps(github): bump Action release for updatecli/updatecli-acti... ... on from 2cc8e6d8e356d76b0280cdd03766c36596a0614e to 3e2cbfd2d4bec97ce3ec7155da54ddf599893026 (Pinned from v3.1.0) Made with ❤️️ by updatecli --------- Co-authored-by: updateclibot[bot] <92153806+updateclibot[bot]@users.noreply.github.com> Co-authored-by: Olivier Vernin <olivier@vernin.me>
1 parent 142ffec commit 4d3c0af

4 files changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/updatecli.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
- name: "Checkout"
1414
uses: "actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd" # v6.0.2
1515
- name: "Setup updatecli"
16-
uses: "updatecli/updatecli-action@2cc8e6d8e356d76b0280cdd03766c36596a0614e" # v3.0.0
16+
uses: "updatecli/updatecli-action@3e2cbfd2d4bec97ce3ec7155da54ddf599893026" # v3.1.0
1717
with:
1818
version: "v0.115.0"
1919
- name: "Run updatecli"

.github/workflows/updatecli_release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
- name: "Checkout"
2121
uses: "actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd" # v6.0.2
2222
- name: "Install Updatecli"
23-
uses: "updatecli/updatecli-action@2cc8e6d8e356d76b0280cdd03766c36596a0614e" # v3.0.0
23+
uses: "updatecli/updatecli-action@3e2cbfd2d4bec97ce3ec7155da54ddf599893026" # v3.1.0
2424
with:
2525
version: "v0.115.0"
2626
# releasepost is required by the Updatecli

.github/workflows/updatecli_test.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
- name: "Checkout"
1111
uses: "actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd" # v6.0.2
1212
- name: "Setup updatecli"
13-
uses: "updatecli/updatecli-action@2cc8e6d8e356d76b0280cdd03766c36596a0614e" # v3.0.0
13+
uses: "updatecli/updatecli-action@3e2cbfd2d4bec97ce3ec7155da54ddf599893026" # v3.1.0
1414
with:
1515
version: "v0.115.0"
1616
- 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@de0fac2e4500dabe0009e67214ff5f5447ce83dd" # v6.0.2
1414
- name: "Setup updatecli"
15-
uses: "updatecli/updatecli-action@2cc8e6d8e356d76b0280cdd03766c36596a0614e" # v3.0.0
15+
uses: "updatecli/updatecli-action@3e2cbfd2d4bec97ce3ec7155da54ddf599893026" # v3.1.0
1616
with:
1717
version: "v0.115.0"
1818
- name: "Run updatecli only on monitored pipelines"

0 commit comments

Comments
 (0)