Skip to content

Commit

Permalink
Merge pull request #1218 from hyperskill/release/1.76
Browse files Browse the repository at this point in the history
Release 1.76
  • Loading branch information
ivan-magda authored Oct 24, 2024
2 parents 189551b + 5deaf24 commit 9e37cc6
Show file tree
Hide file tree
Showing 34 changed files with 251 additions and 213 deletions.
6 changes: 3 additions & 3 deletions .github/actions/setup-android/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ runs:

# Cache Gradle dependencies
- name: Setup Gradle Dependencies Cache
uses: actions/[email protected].1
uses: actions/[email protected].2
with:
path: ~/.gradle/caches
key: ${{ runner.os }}-gradle-caches-${{ hashFiles('**/*.gradle', '**/*.gradle.kts') }}
Expand All @@ -85,7 +85,7 @@ runs:
# Cache Gradle Wrapper
- name: Setup Gradle Wrapper Cache
uses: actions/[email protected].1
uses: actions/[email protected].2
with:
path: ~/.gradle/wrapper
key: ${{ runner.os }}-gradle-wrapper-${{ hashFiles('**/gradle*properties') }}
Expand All @@ -94,7 +94,7 @@ runs:
# Cache Kotlin/Native compiler
- name: Setup Kotlin/Native Compiler Cache
uses: actions/[email protected].1
uses: actions/[email protected].2
with:
path: ~/.konan
key: ${{ runner.os }}-kotlin-native-compiler-${{ hashFiles('gradle/libs.versions.toml') }}
Expand Down
10 changes: 5 additions & 5 deletions .github/actions/setup-ios/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ runs:

# Cache Gradle dependencies
- name: Setup Gradle Dependencies Cache
uses: actions/[email protected].1
uses: actions/[email protected].2
with:
path: ~/.gradle/caches
key: ${{ runner.os }}-gradle-caches-${{ hashFiles('**/*.gradle', '**/*.gradle.kts') }}
Expand All @@ -72,7 +72,7 @@ runs:
# Cache Gradle Wrapper
- name: Setup Gradle Wrapper Cache
uses: actions/[email protected].1
uses: actions/[email protected].2
with:
path: ~/.gradle/wrapper
key: ${{ runner.os }}-gradle-wrapper-${{ hashFiles('**/gradle*properties') }}
Expand All @@ -81,7 +81,7 @@ runs:
# Cache Kotlin/Native compiler
- name: Setup Kotlin/Native Compiler Cache
uses: actions/[email protected].1
uses: actions/[email protected].2
with:
path: ~/.konan
key: ${{ runner.os }}-kotlin-native-compiler-${{ hashFiles('gradle/libs.versions.toml') }}
Expand All @@ -100,7 +100,7 @@ runs:

# Cache Pods dependencies
- name: Cache Pods
uses: actions/[email protected].1
uses: actions/[email protected].2
id: cache-pods
with:
path: './iosHyperskillApp/Pods'
Expand All @@ -111,7 +111,7 @@ runs:
# Cache CocoaPods
- name: Cache CocoaPods
if: steps.cache-pods.outputs.cache-hit != 'true'
uses: actions/[email protected].1
uses: actions/[email protected].2
with:
path: |
~/.cocoapods
Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/android_beta_deployment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,10 +22,10 @@ jobs:
needs: files-changed
if: ${{ needs.files-changed.outputs.android == 'true' || needs.files-changed.outputs.shared == 'true' }}
name: Gradle Wrapper Validation
runs-on: ubuntu-22.04
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4.2.1
uses: actions/checkout@v4

- name: Gradle Wrapper Validation
uses: gradle/actions/wrapper-validation@v4
Expand All @@ -41,13 +41,13 @@ jobs:
google-play-deployment:
name: Deploy to Google Play
needs: gradle-wrapper-validation
runs-on: ubuntu-22.04
runs-on: ubuntu-latest
environment: android_production
timeout-minutes: 60

steps:
- name: Checkout
uses: actions/checkout@v4.2.1
uses: actions/checkout@v4

- name: Setup CI
id: setup
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/android_deploy_to_firebase.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,13 @@ on:

jobs:
deploy:
runs-on: ubuntu-22.04
runs-on: ubuntu-latest
environment: android_production
timeout-minutes: 30

steps:
- name: Checkout
uses: actions/checkout@v4.2.1
uses: actions/checkout@v4

- name: Setup CI
id: setup
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/android_deploy_to_firebase_manually.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,10 @@ jobs:
# Run Gradle Wrapper Validation Action to verify the wrapper's checksum
gradle-wrapper-validation:
name: Gradle Wrapper Validation
runs-on: ubuntu-22.04
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4.2.1
uses: actions/checkout@v4

- name: Gradle Wrapper Validation
uses: gradle/actions/wrapper-validation@v4
Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/android_release_deployment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,10 +21,10 @@ jobs:
gradle-wrapper-validation:
# if: ${{ github.ref == 'refs/heads/main' }}
name: Gradle Wrapper Validation
runs-on: ubuntu-22.04
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4.2.1
uses: actions/checkout@v4

- name: Gradle Wrapper Validation
uses: gradle/actions/wrapper-validation@v4
Expand All @@ -33,13 +33,13 @@ jobs:
deployment:
name: Android Release Deployment
needs: gradle-wrapper-validation
runs-on: ubuntu-22.04
runs-on: ubuntu-latest
environment: android_production
timeout-minutes: 60

steps:
- name: Checkout
uses: actions/checkout@v4.2.1
uses: actions/checkout@v4

- name: Setup CI
id: setup
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/auto_author_assign.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ permissions:

jobs:
assign-author:
runs-on: ubuntu-22.04
runs-on: ubuntu-latest
if: ${{ !github.event.pull_request.assignee }}
steps:
- uses: toshimaru/[email protected]
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/automerge_into_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:

steps:
- name: Checkout
uses: actions/checkout@v4.2.1
uses: actions/checkout@v4
with:
fetch-depth: 0
token: ${{ secrets.GH_PAT }}
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/build_caches.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,12 +28,12 @@ jobs:
needs: files-changed
if: ${{ github.event_name == 'workflow_dispatch' || needs.files-changed.outputs.android == 'true' }}
name: Build Android Caches
runs-on: ubuntu-22.04
runs-on: ubuntu-latest
timeout-minutes: 60

steps:
- name: Checkout
uses: actions/checkout@v4.2.1
uses: actions/checkout@v4

- name: Setup CI
uses: ./.github/actions/setup-android
Expand All @@ -55,7 +55,7 @@ jobs:

steps:
- name: Checkout
uses: actions/checkout@v4.2.1
uses: actions/checkout@v4

- name: Setup CI
id: setup
Expand Down
Loading

0 comments on commit 9e37cc6

Please sign in to comment.