Skip to content

Commit 2fced00

Browse files
authored
Merge pull request #82 from bitfunk/renovate/actions-setup-java-4-x
Update actions/setup-java action to v4
2 parents c4145fe + b8c11e1 commit 2fced00

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)