Skip to content

Commit e0a1d8a

Browse files
committed
refresh CI job actions versions etc
1 parent c2ebe08 commit e0a1d8a

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/build.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,23 +4,23 @@ on: [push, pull_request, workflow_dispatch]
44

55
jobs:
66
build:
7-
runs-on: ubuntu-22.04
7+
runs-on: ubuntu-24.04
88
strategy:
99
fail-fast: false
1010
matrix:
1111
java: [ 8, 11, 17, 21 ]
1212

1313
steps:
14-
- uses: actions/checkout@v4
15-
- uses: actions/cache@v4
14+
- uses: actions/checkout@v6
15+
- uses: actions/cache@v5
1616
with:
1717
path: ~/.m2/repository
1818
key: ${{ runner.os }}-maven-${{ hashFiles('**/pom.xml') }}
1919
restore-keys: |
2020
${{ runner.os }}-maven-
2121
2222
- name: Install JDK ${{ matrix.java }}
23-
uses: actions/setup-java@v4
23+
uses: actions/setup-java@v5
2424
with:
2525
java-version: ${{ matrix.java }}
2626
distribution: 'temurin'

0 commit comments

Comments
 (0)