File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -50,13 +50,13 @@ jobs:
5050
5151 - name : Bump version
5252 id : bump
53- uses : GetStream/stream-build-conventions-android/.github/actions/bump-version@develop
53+ uses : GetStream/stream-build-conventions-android/.github/actions/bump-version@main
5454 with :
5555 bump : ${{ inputs.bump }}
5656 file : ${{ inputs.version-properties-file }}
5757
5858 - name : Setup Gradle
59- uses : GetStream/stream-build-conventions-android/.github/actions/setup-gradle@develop
59+ uses : GetStream/stream-build-conventions-android/.github/actions/setup-gradle@main
6060 with :
6161 cache-read-only : false
6262
@@ -105,7 +105,7 @@ jobs:
105105
106106 - name : Bump version
107107 id : bump
108- uses : GetStream/stream-build-conventions-android/.github/actions/bump-version@develop
108+ uses : GetStream/stream-build-conventions-android/.github/actions/bump-version@main
109109 with :
110110 bump : ${{ inputs.bump }}
111111 file : ${{ inputs.version-properties-file }}
@@ -122,7 +122,7 @@ jobs:
122122 run : git push origin HEAD:ci-release --force-with-lease
123123
124124 - name : Setup Gradle
125- uses : GetStream/stream-build-conventions-android/.github/actions/setup-gradle@develop
125+ uses : GetStream/stream-build-conventions-android/.github/actions/setup-gradle@main
126126 with :
127127 cache-read-only : false
128128
You can’t perform that action at this time.
0 commit comments