Skip to content

Commit d4ae50b

Browse files
chore: deps(github): bump Action tag for updatecli/updatecli-action f...
... rom 3e2cbfd2d4bec97ce3ec7155da54ddf599893026 to 7aab164eed4ee3bb279611182ba1e62a3a867640 (Pinned from v3.1.1) Made with ❤️️ by updatecli
1 parent bda7303 commit d4ae50b

1 file changed

Lines changed: 1 addition & 7 deletions

File tree

.github/workflows/updatecli_release.yaml

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,7 @@ on:
99
repository_dispatch:
1010
types:
1111
- "updatecli-release"
12-
1312
permissions: {}
14-
1513
jobs:
1614
updatecli:
1715
runs-on: ubuntu-latest
@@ -23,17 +21,14 @@ jobs:
2321
uses: "actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd" # v6.0.2
2422
with:
2523
persist-credentials: false
26-
2724
- name: "Install Updatecli"
28-
uses: "updatecli/updatecli-action@3e2cbfd2d4bec97ce3ec7155da54ddf599893026" # v3.1.0
25+
uses: "updatecli/updatecli-action@7aab164eed4ee3bb279611182ba1e62a3a867640" # v3.1.1
2926
with:
3027
version: "v0.116.0"
31-
3228
# releasepost is required by the Updatecli
3329
# * policy ghcr.io/updatecli/policies/releasepost/releasepost
3430
- name: "Install Releasepost"
3531
uses: "updatecli/releasepost-action@864390bddae97db06ee881ab4a08d159b4464643" # v0.5.0
36-
3732
- name: "Run updatecli only on release pipelines"
3833
run: updatecli compose apply --clean-git-branches=true --labels="release:updatecli" --experimental
3934
env:
@@ -43,7 +38,6 @@ jobs:
4338
UPDATECLI_UDASH_API_URL: ${{ secrets.UPDATECLI_UDASH_API_URL }}
4439
UPDATECLI_UDASH_ACCESS_TOKEN: ${{ secrets.UPDATECLI_UDASH_ACCESS_TOKEN }}
4540
UPDATECLI_UDASH_URL: ${{ secrets.UPDATECLI_UDASH_URL }}
46-
4741
- name: "Run updatecli"
4842
run: "updatecli compose apply --file updatecli-compose-release.yaml --experimental"
4943
env:

0 commit comments

Comments
 (0)