File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -8,15 +8,15 @@ concurrency:
88
99jobs :
1010 base-android-ci :
11- uses : GetStream/stream-build-conventions-android/.github/workflows/android-ci.yml@v0.12 .1
11+ uses : GetStream/stream-build-conventions-android/.github/workflows/android-ci.yml@v0.13 .1
1212 secrets : inherit
1313
1414 detekt :
1515 name : Detekt
1616 runs-on : ubuntu-22.04
1717 steps :
1818 - uses : actions/checkout@v6.0.2
19- - uses : GetStream/stream-build-conventions-android/.github/actions/setup-gradle@v0.13.0
19+ - uses : GetStream/stream-build-conventions-android/.github/actions/setup-gradle@v0.13.1
2020 - name : Detekt
2121 run : ./gradlew detekt
2222
Original file line number Diff line number Diff line change @@ -12,5 +12,5 @@ permissions:
1212
1313jobs :
1414 pr-clean-stale :
15- uses : GetStream/stream-build-conventions-android/.github/workflows/pr-clean-stale.yaml@v0.12 .1
15+ uses : GetStream/stream-build-conventions-android/.github/workflows/pr-clean-stale.yaml@v0.13 .1
1616 secrets : inherit
Original file line number Diff line number Diff line change @@ -15,5 +15,5 @@ concurrency:
1515
1616jobs :
1717 pr-checklist :
18- uses : GetStream/stream-build-conventions-android/.github/workflows/pr-quality.yml@v0.12 .1
18+ uses : GetStream/stream-build-conventions-android/.github/workflows/pr-quality.yml@v0.13 .1
1919 secrets : inherit
Original file line number Diff line number Diff line change 3636 permissions :
3737 contents : write
3838 needs : pre_release_check
39- uses : GetStream/stream-build-conventions-android/.github/workflows/release.yml@v0.12 .1
39+ uses : GetStream/stream-build-conventions-android/.github/workflows/release.yml@v0.13 .1
4040 with :
4141 bump : ${{ inputs.bump }}
4242 suffix : ${{ inputs.suffix }}
Original file line number Diff line number Diff line change 1414 release :
1515 permissions :
1616 contents : write
17- uses : GetStream/stream-build-conventions-android/.github/workflows/release.yml@v0.12 .1
17+ uses : GetStream/stream-build-conventions-android/.github/workflows/release.yml@v0.13 .1
1818 with :
1919 bump : patch
2020 snapshot : true
Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ concurrency:
1313
1414jobs :
1515 compare-sdk-sizes :
16- uses : GetStream/stream-build-conventions-android/.github/workflows/sdk-size-checks.yml@v0.12 .1
16+ uses : GetStream/stream-build-conventions-android/.github/workflows/sdk-size-checks.yml@v0.13 .1
1717 with :
1818 modules : " stream-chat-android-client stream-chat-android-ui-components stream-chat-android-compose"
1919 metrics-project : " stream-chat-android-metrics"
Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ concurrency:
1313
1414jobs :
1515 update-sdk-sizes :
16- uses : GetStream/stream-build-conventions-android/.github/workflows/sdk-size-updates.yml@v0.12 .1
16+ uses : GetStream/stream-build-conventions-android/.github/workflows/sdk-size-updates.yml@v0.13 .1
1717 with :
1818 modules : " stream-chat-android-client stream-chat-android-ui-components stream-chat-android-compose"
1919 metrics-project : " stream-chat-android-metrics"
You can’t perform that action at this time.
0 commit comments