Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/actions/android-build-firebase/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ runs:
APK_FILE=$(find . -name '*.apk' | grep -v -e '.*intermediate' -e '.*baseline')
echo "universal_apk_file=$APK_FILE" >> "$GITHUB_OUTPUT"
- name: Upload artifact
uses: actions/upload-artifact@v4
uses: actions/upload-artifact@v7
with:
name: universal_apk
path: ${{ steps.build_apk.outputs.universal_apk_file }}
Expand Down
6 changes: 3 additions & 3 deletions .github/actions/android-build-googlePlay/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -77,17 +77,17 @@ runs:
echo "bundle_file=$BUNDLE_FILE" >> "$GITHUB_OUTPUT"
echo "mapping_file=$MAPPING_FILE" >> "$GITHUB_OUTPUT"
- name: Upload AAB artifact
uses: actions/upload-artifact@v4
uses: actions/upload-artifact@v7
with:
name: release_bundle
path: ${{ steps.build_aab.outputs.bundle_file }}
- name: Upload Mapping file artifact
uses: actions/upload-artifact@v4
uses: actions/upload-artifact@v7
with:
name: mapping_file
path: ${{ steps.build_aab.outputs.mapping_file }}
- name: Upload to Google Play
uses: r0adkll/upload-google-play@v1.1.1
uses: r0adkll/upload-google-play@v1.1.3
with:
serviceAccountJsonPlainText: ${{ inputs.google_play_publish_service_account }}
packageName: ${{ inputs.google_play_application_id }}
Expand Down
2 changes: 1 addition & 1 deletion .github/actions/android-check/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ runs:
shell: bash
run: ./gradlew --continue ${{ inputs.test_gradle_task }}
- name: Danger action
uses: MeilCli/danger-action@v2
uses: MeilCli/danger-action@v6
continue-on-error: true
with:
plugins_file: 'Gemfile'
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ runs:
-Pandroid.experimental.testOptions.managedDevices.emulator.showKernelLogging=true
-Pandroid.testoptions.manageddevices.emulator.gpu="swiftshader_indirect"
- name: Create Pull Request
uses: peter-evans/create-pull-request@v7
uses: peter-evans/create-pull-request@v8
with:
commit-message: 'Generate baseline profiles'
branch: 'feature/generate-baseline-profiles'
Expand Down
4 changes: 2 additions & 2 deletions .github/actions/android-setup-environment/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,12 +43,12 @@ runs:
ruby-version: ${{ inputs.ruby_version }}
- name: Setup Java
if: ${{ inputs.java == 'true' }}
uses: actions/setup-java@v4
uses: actions/setup-java@v5
with:
java-version: ${{ inputs.java_version }}
distribution: ${{ inputs.java_distribution }}
- name: Setup Gradle
if: ${{ inputs.gradle == 'true' }}
uses: gradle/actions/setup-gradle@v4
uses: gradle/actions/setup-gradle@v5
with:
cache-encryption-key: ${{ inputs.gradle_cache_encryption_key }}
4 changes: 2 additions & 2 deletions .github/actions/ios-kmp-build/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -74,13 +74,13 @@ runs:
ios_root_path: iosApp
custom_build_path: ${{ inputs.ios_custom_build_path }}
- name: Upload IPA
uses: actions/upload-artifact@v4
uses: actions/upload-artifact@v7
with:
name: Build.ipa
path: ./**/build_output/*.ipa
if-no-files-found: error
- name: Upload dSYM
uses: actions/upload-artifact@v4
uses: actions/upload-artifact@v7
with:
name: Build.app.dSYM.zip
path: ./**/build_output/*.app.dSYM.zip
2 changes: 1 addition & 1 deletion .github/actions/jira-transition-tickets/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
uses: actions/checkout@v6

- name: Build app
run: ./build.sh
Expand Down
4 changes: 2 additions & 2 deletions .github/actions/kmp-detect-changes/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,12 +20,12 @@ runs:
using: "composite"
steps:
- name: Checkout
uses: actions/checkout@v4
uses: actions/checkout@v6
with:
lfs: ${{ inputs.USE_GIT_LFS }}

- name: Detect Changes
uses: dorny/paths-filter@v3
uses: dorny/paths-filter@v4
id: file-changes
with:
filters: |
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ runs:
using: "composite"
steps:
- name: Checkout
uses: actions/checkout@v4
uses: actions/checkout@v6
with:
fetch-depth: ${{ inputs.checkout_depth }}
lfs: ${{ inputs.use_git_lfs }}
Expand All @@ -62,7 +62,7 @@ runs:

- name: Restore cache for previous build commit SHA
id: restore_last_build_cache
uses: actions/cache/restore@v4
uses: actions/cache/restore@v5
continue-on-error: true
with:
path: latest_builded_commit.txt
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/android-cloud-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ jobs:
GRADLE_OPTS: ${{ inputs.GRADLE_OPTS }}
steps:
- name: Checkout
uses: actions/checkout@v4
uses: actions/checkout@v6
with:
lfs: ${{ inputs.USE_GIT_LFS }}
- name: Set up environment
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ jobs:
GRADLE_OPTS: ${{ inputs.GRADLE_OPTS }}
steps:
- name: Checkout
uses: actions/checkout@v4
uses: actions/checkout@v6
with:
lfs: ${{ inputs.USE_GIT_LFS }}
- name: Set up environment
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/android-cloud-nightly-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@ jobs:
GRADLE_OPTS: ${{ inputs.GRADLE_OPTS }}
steps:
- name: Checkout
uses: actions/checkout@v4
uses: actions/checkout@v6
with:
lfs: ${{ inputs.USE_GIT_LFS }}
- name: Set up environment
Expand Down Expand Up @@ -161,7 +161,7 @@ jobs:
fi
- name: Store latest build commit SHA in cache
if: success() && needs.changelog.outputs.skip_build != 'true'
uses: actions/cache/save@v4
uses: actions/cache/save@v5
with:
path: latest_builded_commit.txt
key: ${{ needs.changelog.outputs.cache_key }}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ jobs:
GRADLE_OPTS: ${{ inputs.GRADLE_OPTS }}
steps:
- name: Checkout
uses: actions/checkout@v4
uses: actions/checkout@v6
with:
lfs: ${{ inputs.USE_GIT_LFS }}
- name: Set up environment
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/android-cloud-release-googlePlay.yml
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ jobs:
GRADLE_OPTS: ${{ inputs.GRADLE_OPTS }}
steps:
- name: Checkout
uses: actions/checkout@v4
uses: actions/checkout@v6
with:
lfs: ${{ inputs.USE_GIT_LFS }}
- name: Set up environment
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ios-kmp-selfhosted-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ jobs:
timeout-minutes: ${{ inputs.timeout_minutes }}
steps:
- name: Checkout
uses: actions/checkout@v4
uses: actions/checkout@v6
with:
lfs: ${{ inputs.use_git_lfs }}
- name: Set up environment
Expand Down
10 changes: 5 additions & 5 deletions .github/workflows/ios-kmp-selfhosted-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ jobs:

steps:
- name: Checkout
uses: actions/checkout@v4
uses: actions/checkout@v6
with:
lfs: ${{ inputs.use_git_lfs }}
- name: Export secrets to .xcconfig file
Expand All @@ -92,12 +92,12 @@ jobs:
SECRET_PROPERTIES: ${{ secrets.SECRET_PROPERTIES }}
REQUIRED_KEYS: ${{ inputs.required_keys }}
- name: Setup Java
uses: actions/setup-java@v4
uses: actions/setup-java@v5
with:
java-version: ${{ inputs.java_version }}
distribution: ${{ inputs.java_distribution }}
- name: Setup Gradle
uses: gradle/actions/setup-gradle@v4
uses: gradle/actions/setup-gradle@v5
with:
cache-disabled: true
- name: Build KMP Package
Expand All @@ -120,12 +120,12 @@ jobs:
ios_root_path: iosApp
custom_build_path: ${{ inputs.custom_build_path }}
- name: Upload IPA
uses: actions/upload-artifact@v4
uses: actions/upload-artifact@v7
with:
name: Build.ipa
path: build_output/*.ipa
- name: Upload dSYM
uses: actions/upload-artifact@v4
uses: actions/upload-artifact@v7
with:
name: Build.app.dSYM.zip
path: build_output/*.app.dSYM.zip
6 changes: 3 additions & 3 deletions .github/workflows/ios-kmp-selfhosted-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,16 +62,16 @@ jobs:
timeout-minutes: ${{ inputs.timeout_minutes }}
steps:
- name: Checkout
uses: actions/checkout@v4
uses: actions/checkout@v6
with:
lfs: ${{ inputs.use_git_lfs }}
- name: Setup Java
uses: actions/setup-java@v4
uses: actions/setup-java@v5
with:
java-version: ${{ inputs.java_version }}
distribution: ${{ inputs.java_distribution }}
- name: Setup Gradle
uses: gradle/actions/setup-gradle@v4
uses: gradle/actions/setup-gradle@v5
with:
cache-encryption-key: ${{ secrets.GRADLE_CACHE_ENCRYPTION_KEY }}
- name: Build KMP Package
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/ios-selfhosted-nightly-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -113,14 +113,14 @@ jobs:

- name: Upload IPA
if: ${{ steps.detect_changes.outputs.skip_build == 'false' }}
uses: actions/upload-artifact@v4
uses: actions/upload-artifact@v7
with:
name: Build.ipa
path: build_output/*.ipa

- name: Upload dSYM
if: ${{ steps.detect_changes.outputs.skip_build == 'false' }}
uses: actions/upload-artifact@v4
uses: actions/upload-artifact@v7
with:
name: Build.app.dSYM.zip
path: build_output/*.app.dSYM.zip
Expand All @@ -133,7 +133,7 @@ jobs:

- name: Store latest build commit SHA in cache
if: success() && steps.detect_changes.outputs.skip_build == 'false'
uses: actions/cache/save@v4
uses: actions/cache/save@v5
with:
path: latest_builded_commit.txt
key: ${{ steps.detect_changes.outputs.cache_key }}
Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/ios-selfhosted-on-demand-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ jobs:

- name: Checkout
if: ${{ inputs.changelog != '' }}
uses: actions/checkout@v4
uses: actions/checkout@v6
with:
lfs: ${{ inputs.use_git_lfs }}

Expand Down Expand Up @@ -123,13 +123,13 @@ jobs:
custom_values: ${{ inputs.custom_values }}

- name: Upload IPA
uses: actions/upload-artifact@v4
uses: actions/upload-artifact@v7
with:
name: Build.ipa
path: build_output/*.ipa

- name: Upload dSYM
uses: actions/upload-artifact@v4
uses: actions/upload-artifact@v7
with:
name: Build.app.dSYM.zip
path: build_output/*.app.dSYM.zip
Expand All @@ -142,7 +142,7 @@ jobs:

- name: Store latest build commit SHA in cache
if: success()
uses: actions/cache/save@v4
uses: actions/cache/save@v5
with:
path: latest_builded_commit.txt
key: ${{ steps.detect_changes.outputs.cache_key }}
6 changes: 3 additions & 3 deletions .github/workflows/ios-selfhosted-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ jobs:

steps:
- name: Checkout
uses: actions/checkout@v4
uses: actions/checkout@v6
with:
lfs: ${{ inputs.use_git_lfs }}

Expand All @@ -79,13 +79,13 @@ jobs:
custom_values: ${{ inputs.custom_values }}

- name: Upload IPA
uses: actions/upload-artifact@v4
uses: actions/upload-artifact@v7
with:
name: Build.ipa
path: build_output/*.ipa

- name: Upload dSYM
uses: actions/upload-artifact@v4
uses: actions/upload-artifact@v7
with:
name: Build.app.dSYM.zip
path: build_output/*.app.dSYM.zip
2 changes: 1 addition & 1 deletion .github/workflows/ios-selfhosted-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:

steps:
- name: Checkout
uses: actions/checkout@v4
uses: actions/checkout@v6
with:
lfs: ${{ inputs.use_git_lfs }}

Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/kmp-combined-nightly-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -167,7 +167,7 @@ jobs:
GRADLE_OPTS: ${{ inputs.GRADLE_OPTS }}
steps:
- name: Checkout
uses: actions/checkout@v4
uses: actions/checkout@v6
with:
lfs: ${{ inputs.USE_GIT_LFS }}
- name: Set up environment
Expand Down Expand Up @@ -204,7 +204,7 @@ jobs:
GRADLE_OPTS: ${{ inputs.GRADLE_OPTS }}
steps:
- name: Checkout
uses: actions/checkout@v4
uses: actions/checkout@v6
with:
lfs: ${{ inputs.USE_GIT_LFS }}
- name: Set up environment
Expand Down Expand Up @@ -245,7 +245,7 @@ jobs:
fi
- name: Store latest build commit SHA in cache
if: success() && needs.changelog.outputs.skip_build != 'true'
uses: actions/cache/save@v4
uses: actions/cache/save@v5
with:
path: latest_builded_commit.txt
key: ${{ needs.changelog.outputs.cache_key }}
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/universal-cloud-backup.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,12 +36,12 @@ jobs:

steps:
- name: Checkout
uses: actions/checkout@v4
uses: actions/checkout@v6
with:
lfs: ${{ inputs.use_git_lfs }}
fetch-depth: 0 # Make deep copy
- name: Setup SSH
uses: kielabokkie/ssh-key-and-known-hosts-action@v1.1.0
uses: kielabokkie/ssh-key-and-known-hosts-action@v1
with:
ssh-private-key: ${{ secrets.SSH_PRIVATE_KEY }}
ssh-host: ${{ inputs.host }}
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/universal-selfhosted-backup.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,12 +40,12 @@ jobs:
- name: Clean temp
run : rm -f /tmp/ssh-auth.sock
- name: Checkout
uses: actions/checkout@v4
uses: actions/checkout@v6
with:
lfs: ${{ inputs.use_git_lfs }}
fetch-depth: 0 # Make deep copy
- name: Setup SSH
uses: kielabokkie/ssh-key-and-known-hosts-action@v1.3.5
uses: kielabokkie/ssh-key-and-known-hosts-action@v1
with:
ssh-private-key: ${{ secrets.SSH_PRIVATE_KEY }}
ssh-host: ${{ inputs.host }}
Expand Down
Loading
Loading