We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1f555a5 commit f0fdbebCopy full SHA for f0fdbeb
1 file changed
.github/workflows/mvntest.yml
@@ -7,11 +7,11 @@ jobs:
7
runs-on: ubuntu-latest
8
9
steps:
10
- - uses: actions/checkout@v2
+ - uses: actions/checkout@v4
11
- name: Set up JDK 11
12
- uses: actions/setup-java@v2
+ uses: actions/setup-java@v4
13
with:
14
java-version: '11'
15
- distribution: 'adopt'
+ distribution: 'temurin'
16
- name: Build with Maven
17
run: mvn --batch-mode --update-snapshots verify
0 commit comments