-
Notifications
You must be signed in to change notification settings - Fork 13
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #1146 from hyperskill/release/1.67
Release 1.67
- Loading branch information
Showing
88 changed files
with
2,321 additions
and
459 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -62,14 +62,14 @@ runs: | |
|
||
- name: Setup Ruby | ||
if: ${{ inputs.setup-ruby == 'true' }} | ||
uses: ruby/setup-ruby@v1.175.1 | ||
uses: ruby/setup-ruby@v1.190.0 | ||
with: | ||
ruby-version: '3.3.0' | ||
bundler-cache: true | ||
working-directory: './androidHyperskillApp' | ||
|
||
- name: Setup Java JDK | ||
uses: actions/[email protected].1 | ||
uses: actions/[email protected].2 | ||
with: | ||
java-version: '19' | ||
distribution: 'temurin' | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -49,14 +49,14 @@ runs: | |
shell: bash | ||
|
||
- name: Setup Ruby | ||
uses: ruby/setup-ruby@v1.175.1 | ||
uses: ruby/setup-ruby@v1.190.0 | ||
with: | ||
ruby-version: '3.3.0' | ||
bundler-cache: true | ||
working-directory: './iosHyperskillApp' | ||
|
||
- name: Setup Java JDK | ||
uses: actions/[email protected].1 | ||
uses: actions/[email protected].2 | ||
with: | ||
java-version: '19' | ||
distribution: 'temurin' | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -25,10 +25,10 @@ jobs: | |
runs-on: ubuntu-22.04 | ||
steps: | ||
- name: Checkout | ||
uses: actions/[email protected].4 | ||
uses: actions/[email protected].7 | ||
|
||
- name: Gradle Wrapper Validation | ||
uses: gradle/actions/wrapper-validation@v3 | ||
uses: gradle/actions/wrapper-validation@v4 | ||
|
||
# Build and submit to the Firebase App Distribution | ||
firebase-deployment: | ||
|
@@ -47,7 +47,7 @@ jobs: | |
|
||
steps: | ||
- name: Checkout | ||
uses: actions/[email protected].4 | ||
uses: actions/[email protected].7 | ||
|
||
- name: Setup CI | ||
id: setup | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -11,7 +11,7 @@ jobs: | |
|
||
steps: | ||
- name: Checkout | ||
uses: actions/[email protected].4 | ||
uses: actions/[email protected].7 | ||
|
||
- name: Setup CI | ||
id: setup | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -14,10 +14,10 @@ jobs: | |
runs-on: ubuntu-22.04 | ||
steps: | ||
- name: Checkout | ||
uses: actions/[email protected].4 | ||
uses: actions/[email protected].7 | ||
|
||
- name: Gradle Wrapper Validation | ||
uses: gradle/actions/wrapper-validation@v3 | ||
uses: gradle/actions/wrapper-validation@v4 | ||
|
||
# Build and submit to the Firebase App Distribution | ||
firebase-deployment: | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -24,10 +24,10 @@ jobs: | |
runs-on: ubuntu-22.04 | ||
steps: | ||
- name: Checkout | ||
uses: actions/[email protected].4 | ||
uses: actions/[email protected].7 | ||
|
||
- name: Gradle Wrapper Validation | ||
uses: gradle/actions/wrapper-validation@v3 | ||
uses: gradle/actions/wrapper-validation@v4 | ||
|
||
# Build and submit to the Google Play | ||
deployment: | ||
|
@@ -39,7 +39,7 @@ jobs: | |
|
||
steps: | ||
- name: Checkout | ||
uses: actions/[email protected].4 | ||
uses: actions/[email protected].7 | ||
|
||
- name: Setup CI | ||
id: setup | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -31,13 +31,13 @@ jobs: | |
|
||
steps: | ||
- name: Checkout | ||
uses: actions/[email protected].4 | ||
uses: actions/[email protected].7 | ||
with: | ||
fetch-depth: 0 | ||
token: ${{ secrets.GH_PAT }} | ||
|
||
- name: Setup Ruby | ||
uses: ruby/setup-ruby@v1.175.1 | ||
uses: ruby/setup-ruby@v1.190.0 | ||
with: | ||
ruby-version: "3.3.0" | ||
bundler-cache: true | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -33,7 +33,7 @@ jobs: | |
|
||
steps: | ||
- name: Checkout | ||
uses: actions/[email protected].4 | ||
uses: actions/[email protected].7 | ||
|
||
- name: Setup CI | ||
uses: ./.github/actions/setup-android | ||
|
@@ -55,7 +55,7 @@ jobs: | |
|
||
steps: | ||
- name: Checkout | ||
uses: actions/[email protected].4 | ||
uses: actions/[email protected].7 | ||
|
||
- name: Setup CI | ||
id: setup | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -41,10 +41,10 @@ jobs: | |
timeout-minutes: 5 | ||
steps: | ||
- name: Checkout | ||
uses: actions/[email protected].4 | ||
uses: actions/[email protected].7 | ||
|
||
- name: Gradle Wrapper Validation | ||
uses: gradle/actions/wrapper-validation@v3 | ||
uses: gradle/actions/wrapper-validation@v4 | ||
|
||
files-changed: | ||
name: Detect changes | ||
|
@@ -64,7 +64,7 @@ jobs: | |
|
||
steps: | ||
- name: Checkout | ||
uses: actions/[email protected].4 | ||
uses: actions/[email protected].7 | ||
|
||
- name: Setup CI | ||
uses: ./.github/actions/setup-android | ||
|
@@ -91,7 +91,7 @@ jobs: | |
|
||
steps: | ||
- name: Checkout | ||
uses: actions/[email protected].4 | ||
uses: actions/[email protected].7 | ||
|
||
- name: Setup CI | ||
uses: ./.github/actions/setup-android | ||
|
@@ -115,10 +115,10 @@ jobs: | |
|
||
steps: | ||
- name: Checkout | ||
uses: actions/[email protected].4 | ||
uses: actions/[email protected].7 | ||
|
||
- name: Setup Ruby | ||
uses: ruby/setup-ruby@v1.175.1 | ||
uses: ruby/setup-ruby@v1.190.0 | ||
with: | ||
ruby-version: '3.3.0' | ||
bundler-cache: true | ||
|
@@ -151,7 +151,7 @@ jobs: | |
|
||
steps: | ||
- name: Checkout | ||
uses: actions/[email protected].4 | ||
uses: actions/[email protected].7 | ||
|
||
- name: Setup CI | ||
id: setup | ||
|
@@ -175,7 +175,7 @@ jobs: | |
|
||
steps: | ||
- name: Checkout | ||
uses: actions/[email protected].4 | ||
uses: actions/[email protected].7 | ||
|
||
- name: Setup CI | ||
id: setup | ||
|
@@ -198,7 +198,7 @@ jobs: | |
|
||
steps: | ||
- name: Checkout | ||
uses: actions/[email protected].4 | ||
uses: actions/[email protected].7 | ||
|
||
- name: Setup CI | ||
id: setup | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -12,7 +12,7 @@ jobs: | |
|
||
steps: | ||
- name: Checkout | ||
uses: actions/[email protected].4 | ||
uses: actions/[email protected].7 | ||
|
||
- name: Cleanup | ||
run: | | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -27,7 +27,7 @@ jobs: | |
|
||
steps: | ||
- name: Checkout | ||
uses: actions/[email protected].4 | ||
uses: actions/[email protected].7 | ||
|
||
- name: Initialize CodeQL | ||
uses: github/codeql-action/init@v3 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -52,7 +52,7 @@ jobs: | |
|
||
steps: | ||
- name: Checkout | ||
uses: actions/[email protected].4 | ||
uses: actions/[email protected].7 | ||
|
||
- name: Detect changes | ||
uses: dorny/[email protected] | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -37,7 +37,7 @@ jobs: | |
|
||
steps: | ||
- name: Checkout | ||
uses: actions/[email protected].4 | ||
uses: actions/[email protected].7 | ||
|
||
- name: Setup CI | ||
uses: ./.github/actions/setup-android | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -25,10 +25,10 @@ jobs: | |
runs-on: ubuntu-22.04 | ||
steps: | ||
- name: Checkout | ||
uses: actions/[email protected].4 | ||
uses: actions/[email protected].7 | ||
|
||
- name: Gradle Wrapper Validation | ||
uses: gradle/actions/wrapper-validation@v3 | ||
uses: gradle/actions/wrapper-validation@v4 | ||
|
||
# Build, archive for ad-hoc and submit to Firebase App Distribution | ||
deployment: | ||
|
@@ -40,7 +40,7 @@ jobs: | |
|
||
steps: | ||
- name: Checkout | ||
uses: actions/[email protected].4 | ||
uses: actions/[email protected].7 | ||
|
||
- name: Setup CI | ||
id: setup | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -21,10 +21,10 @@ jobs: | |
runs-on: ubuntu-22.04 | ||
steps: | ||
- name: Checkout | ||
uses: actions/[email protected].4 | ||
uses: actions/[email protected].7 | ||
|
||
- name: Gradle Wrapper Validation | ||
uses: gradle/actions/wrapper-validation@v3 | ||
uses: gradle/actions/wrapper-validation@v4 | ||
|
||
# Build, archive for app-store and submit to App Store Connect | ||
deployment: | ||
|
@@ -36,7 +36,7 @@ jobs: | |
|
||
steps: | ||
- name: Checkout | ||
uses: actions/[email protected].4 | ||
uses: actions/[email protected].7 | ||
|
||
- name: Setup CI | ||
id: setup | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -23,7 +23,7 @@ jobs: | |
|
||
steps: | ||
- name: Checkout | ||
uses: actions/[email protected].4 | ||
uses: actions/[email protected].7 | ||
|
||
- name: Setup CI | ||
id: setup | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -22,7 +22,7 @@ jobs: | |
runs-on: ubuntu-22.04 | ||
steps: | ||
- name: Checkout | ||
uses: actions/[email protected].4 | ||
uses: actions/[email protected].7 | ||
with: | ||
fetch-depth: 0 | ||
token: ${{ secrets.GH_PAT }} | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
My Hyperskill | ||
Hyperskill: Learn to Code |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.