-
-
Notifications
You must be signed in to change notification settings - Fork 11
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore(deps): update gradle/actions action to v4.2.2 (#957)
- Loading branch information
1 parent
e555f6b
commit 17007d4
Showing
3 changed files
with
11 additions
and
11 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 |
---|---|---|
|
@@ -27,7 +27,7 @@ jobs: | |
distribution: 'temurin' | ||
java-version: ${{ vars.JAVA_VERSION }} | ||
- name: Generate and submit dependency graph | ||
uses: gradle/actions/[email protected].1 | ||
uses: gradle/actions/[email protected].2 | ||
continue-on-error: true | ||
|
||
build: | ||
|
@@ -45,7 +45,7 @@ jobs: | |
java-version: ${{ vars.JAVA_VERSION }} | ||
|
||
- name: Setup Gradle | ||
uses: gradle/actions/[email protected].1 | ||
uses: gradle/actions/[email protected].2 | ||
- name: Build project | ||
run: | | ||
./gradlew \ | ||
|
@@ -86,7 +86,7 @@ jobs: | |
distribution: 'temurin' | ||
java-version: ${{ vars.JAVA_VERSION }} | ||
- name: Setup Gradle | ||
uses: gradle/actions/[email protected].1 | ||
uses: gradle/actions/[email protected].2 | ||
|
||
- name: Run tests | ||
run: | | ||
|
@@ -150,7 +150,7 @@ jobs: | |
distribution: 'temurin' | ||
java-version: ${{ vars.JAVA_VERSION }} | ||
- name: Setup Gradle | ||
uses: gradle/actions/[email protected].1 | ||
uses: gradle/actions/[email protected].2 | ||
|
||
- name: Run tests | ||
run: | | ||
|
@@ -214,7 +214,7 @@ jobs: | |
distribution: 'temurin' | ||
java-version: ${{ vars.JAVA_VERSION }} | ||
- name: Setup Gradle | ||
uses: gradle/actions/[email protected].1 | ||
uses: gradle/actions/[email protected].2 | ||
|
||
- name: Calculate miner image name | ||
id: miner-image-name | ||
|
@@ -244,7 +244,7 @@ jobs: | |
distribution: 'temurin' | ||
java-version: ${{ vars.JAVA_VERSION }} | ||
- name: Setup Gradle | ||
uses: gradle/actions/[email protected].1 | ||
uses: gradle/actions/[email protected].2 | ||
|
||
- name: Calculate viewer image name | ||
id: viewer-image-name | ||
|
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 |
---|---|---|
|
@@ -17,7 +17,7 @@ jobs: | |
distribution: 'temurin' | ||
java-version: ${{ vars.JAVA_VERSION }} | ||
- name: Setup Gradle | ||
uses: gradle/actions/[email protected].1 | ||
uses: gradle/actions/[email protected].2 | ||
|
||
- name: Calculate miner image name | ||
id: miner-image-name | ||
|
@@ -53,7 +53,7 @@ jobs: | |
distribution: 'temurin' | ||
java-version: ${{ vars.JAVA_VERSION }} | ||
- name: Setup Gradle | ||
uses: gradle/actions/[email protected].1 | ||
uses: gradle/actions/[email protected].2 | ||
|
||
- name: Calculate viewer image name | ||
id: viewer-image-name | ||
|
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 |
---|---|---|
|
@@ -19,7 +19,7 @@ jobs: | |
distribution: 'temurin' | ||
java-version: ${{ vars.JAVA_VERSION }} | ||
- name: Setup Gradle | ||
uses: gradle/actions/[email protected].1 | ||
uses: gradle/actions/[email protected].2 | ||
|
||
- name: Push latest on Docker Hub | ||
run: | | ||
|
@@ -42,7 +42,7 @@ jobs: | |
distribution: 'temurin' | ||
java-version: ${{ vars.JAVA_VERSION }} | ||
- name: Setup Gradle | ||
uses: gradle/actions/[email protected].1 | ||
uses: gradle/actions/[email protected].2 | ||
|
||
- name: Push latest on Docker Hub | ||
run: | | ||
|
@@ -66,7 +66,7 @@ jobs: | |
distribution: 'temurin' | ||
java-version: ${{ vars.JAVA_VERSION }} | ||
- name: Setup Gradle | ||
uses: gradle/actions/[email protected].1 | ||
uses: gradle/actions/[email protected].2 | ||
|
||
- name: Build project | ||
run: | | ||
|