-
Notifications
You must be signed in to change notification settings - Fork 30
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore: update github action versions
- Loading branch information
1 parent
ba8b46e
commit c6d7693
Showing
3 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
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: | |
|
||
steps: | ||
- name: Check out neqsim java project | ||
uses: actions/checkout@v3 | ||
uses: actions/checkout@v4 | ||
- name: Get version number for pomJava8.xml | ||
id: java-8 | ||
uses: JActions/[email protected] | ||
|
@@ -50,9 +50,9 @@ jobs: | |
|
||
steps: | ||
- name: Check out neqsim java project | ||
uses: actions/checkout@v3 | ||
uses: actions/checkout@v4 | ||
- name: Set up JDK 8 environment | ||
uses: actions/setup-java@v3 | ||
uses: actions/setup-java@v4 | ||
with: | ||
distribution: 'temurin' | ||
java-version: '8' | ||
|
@@ -75,9 +75,9 @@ jobs: | |
|
||
steps: | ||
- name: Check out neqsim java project | ||
uses: actions/checkout@v3 | ||
uses: actions/checkout@v4 | ||
- name: Set up JDK 11 environment | ||
uses: actions/setup-java@v3 | ||
uses: actions/setup-java@v4 | ||
with: | ||
distribution: 'temurin' | ||
java-version: '11' | ||
|
@@ -100,9 +100,9 @@ jobs: | |
|
||
steps: | ||
- name: Check out neqsim java project | ||
uses: actions/checkout@v3 | ||
uses: actions/checkout@v4 | ||
- name: Set up JDK 21 environment | ||
uses: actions/setup-java@v3 | ||
uses: actions/setup-java@v4 | ||
with: | ||
distribution: 'temurin' | ||
java-version: '21' | ||
|
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