From e8a1cda5bb4fceecd99288e2e318840995226e2e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 17 Aug 2026 08:23:39 +0000 Subject: [PATCH] Bump the stream-conventions group with 4 updates Bumps the stream-conventions group with 4 updates: [GetStream/stream-build-conventions-android/.github/workflows/android-ci.yml](https://github.com/getstream/stream-build-conventions-android), [GetStream/stream-build-conventions-android/.github/workflows/pr-clean-stale.yaml](https://github.com/getstream/stream-build-conventions-android), [GetStream/stream-build-conventions-android/.github/workflows/pr-quality.yml](https://github.com/getstream/stream-build-conventions-android) and [GetStream/stream-build-conventions-android/.github/workflows/release.yml](https://github.com/getstream/stream-build-conventions-android). Updates `GetStream/stream-build-conventions-android/.github/workflows/android-ci.yml` from 0.13.1 to 0.14.0 - [Release notes](https://github.com/getstream/stream-build-conventions-android/releases) - [Commits](https://github.com/getstream/stream-build-conventions-android/compare/8c5fbade4ee9c06a0a979bcb0866e64669254f73...8b36d37dd137d47244206d64899c5f8f7c874c3c) Updates `GetStream/stream-build-conventions-android/.github/workflows/pr-clean-stale.yaml` from 0.13.1 to 0.14.0 - [Release notes](https://github.com/getstream/stream-build-conventions-android/releases) - [Commits](https://github.com/getstream/stream-build-conventions-android/compare/v0.13.1...v0.14.0) Updates `GetStream/stream-build-conventions-android/.github/workflows/pr-quality.yml` from 0.13.1 to 0.14.0 - [Release notes](https://github.com/getstream/stream-build-conventions-android/releases) - [Commits](https://github.com/getstream/stream-build-conventions-android/compare/v0.13.1...v0.14.0) Updates `GetStream/stream-build-conventions-android/.github/workflows/release.yml` from 0.13.1 to 0.14.0 - [Release notes](https://github.com/getstream/stream-build-conventions-android/releases) - [Commits](https://github.com/getstream/stream-build-conventions-android/compare/8c5fbade4ee9c06a0a979bcb0866e64669254f73...8b36d37dd137d47244206d64899c5f8f7c874c3c) --- updated-dependencies: - dependency-name: GetStream/stream-build-conventions-android/.github/workflows/android-ci.yml dependency-version: 0.14.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: stream-conventions - dependency-name: GetStream/stream-build-conventions-android/.github/workflows/pr-clean-stale.yaml dependency-version: 0.14.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: stream-conventions - dependency-name: GetStream/stream-build-conventions-android/.github/workflows/pr-quality.yml dependency-version: 0.14.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: stream-conventions - dependency-name: GetStream/stream-build-conventions-android/.github/workflows/release.yml dependency-version: 0.14.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: stream-conventions ... Signed-off-by: dependabot[bot] --- .github/workflows/android.yml | 2 +- .github/workflows/pr-clean-stale.yaml | 2 +- .github/workflows/pr-quality.yml | 2 +- .github/workflows/publish-new-version.yml | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/android.yml b/.github/workflows/android.yml index b64827d4..90aa081f 100644 --- a/.github/workflows/android.yml +++ b/.github/workflows/android.yml @@ -21,7 +21,7 @@ jobs: permissions: contents: read pull-requests: read - uses: GetStream/stream-build-conventions-android/.github/workflows/android-ci.yml@8c5fbade4ee9c06a0a979bcb0866e64669254f73 + uses: GetStream/stream-build-conventions-android/.github/workflows/android-ci.yml@8b36d37dd137d47244206d64899c5f8f7c874c3c secrets: BUILD_CACHE_AWS_REGION: ${{ secrets.BUILD_CACHE_AWS_REGION }} BUILD_CACHE_AWS_BUCKET: ${{ secrets.BUILD_CACHE_AWS_BUCKET }} diff --git a/.github/workflows/pr-clean-stale.yaml b/.github/workflows/pr-clean-stale.yaml index e058c9ba..6b65ecbc 100644 --- a/.github/workflows/pr-clean-stale.yaml +++ b/.github/workflows/pr-clean-stale.yaml @@ -11,5 +11,5 @@ permissions: jobs: pr-clean-stale: - uses: GetStream/stream-build-conventions-android/.github/workflows/pr-clean-stale.yaml@v0.13.1 + uses: GetStream/stream-build-conventions-android/.github/workflows/pr-clean-stale.yaml@v0.14.0 secrets: inherit diff --git a/.github/workflows/pr-quality.yml b/.github/workflows/pr-quality.yml index 268ed5e4..24654c6f 100644 --- a/.github/workflows/pr-quality.yml +++ b/.github/workflows/pr-quality.yml @@ -14,5 +14,5 @@ concurrency: jobs: pr-checklist: - uses: GetStream/stream-build-conventions-android/.github/workflows/pr-quality.yml@v0.13.1 + uses: GetStream/stream-build-conventions-android/.github/workflows/pr-quality.yml@v0.14.0 secrets: inherit diff --git a/.github/workflows/publish-new-version.yml b/.github/workflows/publish-new-version.yml index dd4bd7cc..4ffbad87 100644 --- a/.github/workflows/publish-new-version.yml +++ b/.github/workflows/publish-new-version.yml @@ -32,7 +32,7 @@ jobs: permissions: contents: write needs: pre_release_check - uses: GetStream/stream-build-conventions-android/.github/workflows/release.yml@8c5fbade4ee9c06a0a979bcb0866e64669254f73 + uses: GetStream/stream-build-conventions-android/.github/workflows/release.yml@8b36d37dd137d47244206d64899c5f8f7c874c3c with: bump: ${{ inputs.bump }} secrets: