-
Notifications
You must be signed in to change notification settings - Fork 150
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* chore: dependencies updated * chore: targetSdk upgraded * chore: upgraded gradle/actions/wrapper-validation
- Loading branch information
Showing
7 changed files
with
15 additions
and
15 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 |
---|---|---|
|
@@ -32,7 +32,7 @@ jobs: | |
uses: actions/checkout@v4 | ||
|
||
- name: Gradle Wrapper Validation | ||
uses: gradle/actions/wrapper-validation@v3 | ||
uses: gradle/actions/wrapper-validation@v4 | ||
|
||
- name: Set up JDK 17 | ||
uses: actions/[email protected] | ||
|
@@ -54,7 +54,7 @@ jobs: | |
# Commit changes and create a PR | ||
- name: PR Changes | ||
uses: peter-evans/create-pull-request@v6 | ||
uses: peter-evans/create-pull-request@v7 | ||
with: | ||
token: ${{ secrets.SYNCED_GITHUB_TOKEN_REPO }} | ||
commit-message: 'docs: Update docs' | ||
|
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 |
---|---|---|
|
@@ -35,7 +35,7 @@ jobs: | |
uses: actions/checkout@v4 | ||
|
||
- name: Gradle Wrapper Validation | ||
uses: gradle/actions/wrapper-validation@v3 | ||
uses: gradle/actions/wrapper-validation@v4 | ||
|
||
- name: Set up JDK 17 | ||
uses: actions/[email protected] | ||
|
@@ -63,7 +63,7 @@ jobs: | |
|
||
- name: Jacoco Report to PR | ||
id: jacoco | ||
uses: madrapps/jacoco-report@v1.6.1 | ||
uses: madrapps/jacoco-report@v1.7.1 | ||
with: | ||
paths: | | ||
${{ github.workspace }}/app/build/reports/coverage/androidTest/debug/connected/report.xml | ||
|
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 |
---|---|---|
|
@@ -26,7 +26,7 @@ jobs: | |
uses: actions/checkout@v4 | ||
with: | ||
token: ${{ secrets.SYNCED_GITHUB_TOKEN_REPO }} | ||
- uses: gradle/actions/wrapper-validation@v3 | ||
- uses: gradle/actions/wrapper-validation@v4 | ||
- name: Set up JDK 21 | ||
uses: actions/[email protected] | ||
with: | ||
|
@@ -59,7 +59,7 @@ jobs: | |
run: npm i -D conventional-changelog-conventionalcommits | ||
|
||
- name: Semantic Release | ||
uses: cycjimmy/[email protected].0 | ||
uses: cycjimmy/[email protected].1 | ||
with: | ||
extra_plugins: | | ||
"@semantic-release/[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 |
---|---|---|
|
@@ -35,7 +35,7 @@ jobs: | |
uses: actions/checkout@v4 | ||
|
||
- name: Gradle Wrapper Validation | ||
uses: gradle/actions/wrapper-validation@v3 | ||
uses: gradle/actions/wrapper-validation@v4 | ||
|
||
- name: Set up JDK 17 | ||
uses: actions/[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
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