-
Notifications
You must be signed in to change notification settings - Fork 298
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'master' into sbn-3.3.5
- Loading branch information
Showing
4 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 |
---|---|---|
|
@@ -10,7 +10,7 @@ jobs: | |
build: | ||
runs-on: ubuntu-latest | ||
steps: | ||
- uses: actions/[email protected].1 | ||
- uses: actions/[email protected].2 | ||
|
||
- name: Setup Java ${{ matrix.jdk-version }} | ||
uses: actions/setup-java@v4 | ||
|
@@ -28,22 +28,22 @@ jobs: | |
python -m pip install --upgrade pip | ||
if [ -f scripts/requirements.txt ]; then pip install -r scripts/requirements.txt; fi | ||
- uses: actions/[email protected].1 | ||
- uses: actions/[email protected].2 | ||
id: gradle-wrapper-cache | ||
with: | ||
path: ~/.gradle/wrapper | ||
key: ${{ runner.os }}-gradlewrapper-${{ hashFiles('gradle/wrapper/*') }} | ||
restore-keys: ${{ runner.os }}-gradlewrapper- | ||
|
||
- name: Cache Gradle packages | ||
uses: actions/[email protected].1 | ||
uses: actions/[email protected].2 | ||
with: | ||
path: ~/.gradle/caches | ||
key: ${{ runner.os }}-gradle-${{ hashFiles('**/*.gradle') }} | ||
restore-keys: ${{ runner.os }}-gradle | ||
|
||
- name: Maven cache | ||
uses: actions/[email protected].1 | ||
uses: actions/[email protected].2 | ||
with: | ||
path: ~/.m2 | ||
key: ${{ runner.os }}-m2-${{ hashFiles('**/pom.xml') }} | ||
|
@@ -61,13 +61,13 @@ jobs: | |
./gradlew --info --no-watch-fs publishToMavenLocal --warning-mode all | ||
- name: Clone dgs-examples-java | ||
uses: actions/[email protected].1 | ||
uses: actions/[email protected].2 | ||
with: | ||
repository: Netflix/dgs-examples-java | ||
path: build/examples/dgs-examples-java | ||
|
||
- name: Clone dgs-examples-kotlin | ||
uses: actions/[email protected].1 | ||
uses: actions/[email protected].2 | ||
with: | ||
repository: Netflix/dgs-examples-kotlin | ||
path: build/examples/dgs-examples-kotlin | ||
|
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 |
---|---|---|
|
@@ -9,20 +9,20 @@ jobs: | |
build: | ||
runs-on: ubuntu-latest | ||
steps: | ||
- uses: actions/[email protected].1 | ||
- uses: actions/[email protected].2 | ||
- name: Setup jdk 8 | ||
uses: actions/setup-java@v4 | ||
with: | ||
distribution: 'zulu' | ||
java-version: 8 | ||
- uses: actions/[email protected].1 | ||
- uses: actions/[email protected].2 | ||
id: gradle-cache | ||
with: | ||
path: ~/.gradle/caches | ||
key: ${{ runner.os }}-gradle-${{ hashFiles('**/gradle/dependency-locks/*.lockfile') }} | ||
restore-keys: | | ||
- ${{ runner.os }}-gradle- | ||
- uses: actions/[email protected].1 | ||
- uses: actions/[email protected].2 | ||
id: gradle-wrapper-cache | ||
with: | ||
path: ~/.gradle/wrapper | ||
|
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 |
---|---|---|
|
@@ -10,7 +10,7 @@ jobs: | |
runs-on: ubuntu-latest | ||
|
||
steps: | ||
- uses: actions/[email protected].1 | ||
- uses: actions/[email protected].2 | ||
- name: Set up JDK 1.8 | ||
uses: actions/setup-java@v4 | ||
with: | ||
|
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