Skip to content

Commit

Permalink
Update CI actions due to node.js v12 deprecation (#568)
Browse files Browse the repository at this point in the history
* Update CI actions due to node.js v12 deprecation
* Bump actions/checkout to 4.1.1 with hash
* Bump actions/setup-java to 4.0.0 with hash
---------

Signed-off-by: Sophie Frasnedo <sophie.frasnedo@rte-france.com>
  • Loading branch information
So-Fras authored Dec 7, 2023
1 parent 0cc123c commit f124fe5
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/maven.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,12 +18,12 @@ jobs:

steps:
- name: Checkout sources
uses: actions/checkout@v2.3.4
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1

- name: Set up JDK 17
uses: actions/setup-java@v2
uses: actions/setup-java@387ac29b308b003ca37ba93a6cab5eb57c8f5f93 # v4.0.0
with:
distribution: 'zulu'
distribution: 'temurin'
java-version: 17

- name: Build with Maven
Expand Down

0 comments on commit f124fe5

Please sign in to comment.