Skip to content

Commit b8c11e1

Browse files
Update actions/setup-java action to v4
1 parent c4145fe commit b8c11e1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci-pull-request-validation.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
ref: ${{ github.head_ref }}
3131

3232
- name: Setup Java
33-
uses: actions/setup-java@v3
33+
uses: actions/setup-java@v4
3434
with:
3535
distribution: 'temurin'
3636
java-version: '11'

0 commit comments

Comments
 (0)