Skip to content

Commit 37d19df

Browse files
committed
Update github actions to v3
1 parent 3098110 commit 37d19df

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build-report.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939
key: ${{ runner.os }}-maven-${{ hashFiles('**/pom.xml') }}
4040
restore-keys: ${{ runner.os }}-maven-${{ hashFiles('**/pom.xml') }}
4141
- name: Set up JDK 17
42-
uses: actions/setup-java@v2
42+
uses: actions/setup-java@v3
4343
with:
4444
distribution: temurin
4545
java-version: 17

0 commit comments

Comments
 (0)