diff --git a/.github/workflows/ci-build.yml b/.github/workflows/ci-build.yml index fd5b34876..b94a2f65f 100644 --- a/.github/workflows/ci-build.yml +++ b/.github/workflows/ci-build.yml @@ -42,9 +42,9 @@ jobs: restore-keys: | ${{ runner.os }}-gems- - # Make sure we use the latest version of MatrixKit - - name: Reset MatrixKit pod - run: rm -rf Pods/MatrixKit + # Make sure we use the latest version of MatrixSDK + - name: Reset MatrixSDK pod + run: rm -rf Pods/MatrixSDK # Common setup # Note: GH actions do not support yaml anchor yet. We need to duplicate this for every job @@ -52,7 +52,7 @@ jobs: run: | bundle config path vendor/bundle bundle install --jobs 4 --retry 3 - - name: Use right MatrixKit and MatrixSDK versions + - name: Use right MatrixSDK versions run: bundle exec fastlane point_dependencies_to_related_branches # Main step diff --git a/.github/workflows/ci-tests.yml b/.github/workflows/ci-tests.yml index 0fd4f4f61..00d4fa2f9 100644 --- a/.github/workflows/ci-tests.yml +++ b/.github/workflows/ci-tests.yml @@ -42,9 +42,9 @@ jobs: restore-keys: | ${{ runner.os }}-gems- - # Make sure we use the latest version of MatrixKit - - name: Reset MatrixKit pod - run: rm -rf Pods/MatrixKit + # Make sure we use the latest version of MatrixSDK + - name: Reset MatrixSDK pod + run: rm -rf Pods/MatrixSDK # Common setup # Note: GH actions do not support yaml anchor yet. We need to duplicate this for every job @@ -52,7 +52,7 @@ jobs: run: | bundle config path vendor/bundle bundle install --jobs 4 --retry 3 - - name: Use right MatrixKit and MatrixSDK versions + - name: Use right MatrixSDK versions run: bundle exec fastlane point_dependencies_to_related_branches # Main step diff --git a/.github/workflows/release-alpha.yml b/.github/workflows/release-alpha.yml index 887419e26..2b05f6abc 100644 --- a/.github/workflows/release-alpha.yml +++ b/.github/workflows/release-alpha.yml @@ -44,9 +44,9 @@ jobs: restore-keys: | ${{ runner.os }}-gems- - # Make sure we use the latest version of MatrixKit - - name: Reset MatrixKit pod - run: rm -rf Pods/MatrixKit + # Make sure we use the latest version of MatrixSDK + - name: Reset MatrixSDK pod + run: rm -rf Pods/MatrixSDK # Common setup # Note: GH actions do not support yaml anchor yet. We need to duplicate this for every job @@ -55,7 +55,7 @@ jobs: bundle config path vendor/bundle bundle install --jobs 4 --retry 3 - - name: Use right MatrixKit and MatrixSDK versions + - name: Use right MatrixSDK versions run: bundle exec fastlane point_dependencies_to_related_branches # Import alpha release private signing certificate