File tree Expand file tree Collapse file tree 3 files changed +36
-34
lines changed
Expand file tree Collapse file tree 3 files changed +36
-34
lines changed Original file line number Diff line number Diff line change @@ -10,11 +10,11 @@ jobs:
1010 steps :
1111 # Download code from repository
1212 - name : Checkout code
13- uses : actions/checkout@v4
13+ uses : actions/checkout@v6
1414
1515 # Setup Java
1616 - name : Setup JDK
17- uses : actions/setup-java@v4
17+ uses : actions/setup-java@v5
1818 with :
1919 distribution : ' temurin'
2020 java-version : ' 21'
Original file line number Diff line number Diff line change @@ -15,11 +15,11 @@ jobs:
1515 steps :
1616 # Download code from repository
1717 - name : Checkout code
18- uses : actions/checkout@v4
18+ uses : actions/checkout@v6
1919
2020 # Setup Java (for building)
2121 - name : Setup JDK (for building)
22- uses : actions/setup-java@v4
22+ uses : actions/setup-java@v5
2323 with :
2424 distribution : ' temurin'
2525 java-version : ' 21'
3030
3131 # Setup Java (for testing)
3232 - name : Setup JDK (for testing)
33- uses : actions/setup-java@v4
33+ uses : actions/setup-java@v5
3434 with :
3535 distribution : ' temurin'
3636 java-version : |
4444
4545 # Setup Node.js
4646 - name : Setup Node.js
47- uses : actions/setup-node@v4
47+ uses : actions/setup-node@v6
4848 with :
49- node-version : ' 22 '
49+ node-version : ' 24 '
5050
5151 # Setup automata
5252 - name : Setup automata
You can’t perform that action at this time.
0 commit comments