Skip to content

Commit 8f3a4ec

Browse files
chore: deps(github): bump Action release for updatecli/updatecli-acti...
... on from 3e2cbfd2d4bec97ce3ec7155da54ddf599893026 to 7aab164eed4ee3bb279611182ba1e62a3a867640 (Pinned from v3.1.1) Made with ❤️️ by updatecli
1 parent 51d0f82 commit 8f3a4ec

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

.github/workflows/updatecli_update.yaml

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,7 @@ on:
55
push:
66
branches:
77
- master
8-
98
permissions: {}
10-
119
jobs:
1210
updatecli:
1311
runs-on: ubuntu-latest
@@ -16,12 +14,10 @@ jobs:
1614
uses: "actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd" # v6.0.2
1715
with:
1816
persist-credentials: false
19-
2017
- name: "Setup updatecli"
21-
uses: "updatecli/updatecli-action@3e2cbfd2d4bec97ce3ec7155da54ddf599893026" # v3.1.0
18+
uses: "updatecli/updatecli-action@7aab164eed4ee3bb279611182ba1e62a3a867640" # v3.1.1
2219
with:
2320
version: "v0.116.0"
24-
2521
- name: "Run updatecli only on monitored pipelines"
2622
run: updatecli compose apply --clean-git-branches=true --labels="monitor:active" --experimental
2723
env:
@@ -31,7 +27,6 @@ jobs:
3127
UPDATECLI_UDASH_API_URL: ${{ secrets.UPDATECLI_UDASH_API_URL }}
3228
UPDATECLI_UDASH_ACCESS_TOKEN: ${{ secrets.UPDATECLI_UDASH_ACCESS_TOKEN }}
3329
UPDATECLI_UDASH_URL: ${{ secrets.UPDATECLI_UDASH_URL }}
34-
3530
- name: "Run updatecli only on existing pipelines"
3631
run: updatecli compose apply --clean-git-branches=true --existing-only=true --experimental
3732
env:

0 commit comments

Comments
 (0)