Skip to content

Commit 1f90c48

Browse files
chore(deps): update actions/setup-java action to v4
1 parent 38798a3 commit 1f90c48

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ jobs:
88
- name: 'checkout repo'
99
uses: 'actions/checkout@v4'
1010
- name: 'setup JDK'
11-
uses: 'actions/setup-java@v1'
11+
uses: 'actions/setup-java@v4'
1212
with:
1313
java-version: 17
1414
- name: 'build'

0 commit comments

Comments
 (0)