Skip to content

Commit e166d39

Browse files
committed
Bump stream-build-conventions-android to 0.13.1
1 parent 29f8675 commit e166d39

7 files changed

Lines changed: 8 additions & 8 deletions

File tree

.github/workflows/pr-checks.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,15 +8,15 @@ concurrency:
88

99
jobs:
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

.github/workflows/pr-cleanup.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,5 +12,5 @@ permissions:
1212

1313
jobs:
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

.github/workflows/pr-quality.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,5 +15,5 @@ concurrency:
1515

1616
jobs:
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

.github/workflows/publish-new-version.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
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 }}

.github/workflows/publish-snapshot.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
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

.github/workflows/sdk-size-checks.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ concurrency:
1313

1414
jobs:
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"

.github/workflows/sdk-size-updates.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ concurrency:
1313

1414
jobs:
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"

0 commit comments

Comments
 (0)