Skip to content

Commit 5369b15

Browse files
Bumped up version of actions/setup-java to v3 to avoid indirect use of deprecated GitHub action set-output, which will cease functioning altogether at the end of May.
1 parent 56027e5 commit 5369b15

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/maven.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
steps:
1111
- uses: actions/checkout@v1
1212
- name: Set up JDK 1.8
13-
uses: actions/setup-java@v1
13+
uses: actions/setup-java@v3
1414
with:
1515
java-version: 1.8
1616
- name: Maven Download all dependencies

0 commit comments

Comments
 (0)