Skip to content

Commit 018b79c

Browse files
Update actions/setup-java action to v5
1 parent 9a4ec5a commit 018b79c

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/integration.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
fetch-depth: 0
3434

3535
- name: Set up JDK 11
36-
uses: actions/setup-java@v3
36+
uses: actions/setup-java@v5
3737
with:
3838
distribution: ${{ env.JAVA_DISTRIBUTION }}
3939
java-version: ${{ env.JAVA_VER }}
@@ -121,7 +121,7 @@ jobs:
121121
fetch-depth: 0
122122

123123
- name: Set up JDK 11
124-
uses: actions/setup-java@v3
124+
uses: actions/setup-java@v5
125125
with:
126126
distribution: ${{ env.JAVA_DISTRIBUTION }}
127127
java-version: ${{ env.JAVA_VER }}

0 commit comments

Comments
 (0)