File tree Expand file tree Collapse file tree 1 file changed +7
-7
lines changed
Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Original file line number Diff line number Diff line change 1414jobs :
1515 test :
1616 name : Run tests
17- runs-on : ubuntu-22 .04 # https://github.com/actions/runner-images/blob/main/images/ubuntu/Ubuntu2204 -Readme.md
17+ runs-on : ubuntu-24 .04 # https://github.com/actions/runner-images/blob/main/images/ubuntu/Ubuntu2404 -Readme.md
1818 strategy :
1919 fail-fast : false
2020 matrix :
2121 scala : [ 2.13.16 ]
2222 java-version : [ 17, 21, 25 ]
2323 command : [ udash-jvm/test, udash-js/test, guide-selenium/test ]
2424 steps :
25- - uses : actions/checkout@v4
26- - uses : actions/setup-java@v4
25+ - uses : actions/checkout@v5
26+ - uses : actions/setup-java@v5
2727 with :
2828 distribution : temurin
2929 java-version : ${{ matrix.java-version }}
3030 cache : sbt
31- - uses : actions/setup-node@v4
31+ - uses : actions/setup-node@v6
3232 with :
3333 cache : npm
3434 - name : Install npm dependencies
@@ -41,11 +41,11 @@ jobs:
4141 # only run on tag push
4242 if : github.event_name == 'push' && (startsWith(github.ref, 'refs/tags/v'))
4343 needs : [ test ]
44- runs-on : ubuntu-22 .04
44+ runs-on : ubuntu-24 .04
4545 steps :
46- - uses : actions/checkout@v4
46+ - uses : actions/checkout@v5
4747 - name : Set up JDK
48- uses : actions/setup-java@v4
48+ uses : actions/setup-java@v5
4949 with :
5050 distribution : temurin
5151 java-version : 17
You can’t perform that action at this time.
0 commit comments