Skip to content

Commit 72247ed

Browse files
authored
chore: update actions/setup-java to v3 (TheAlgorithms#4352)
chore: use `actions/setup-java@v3`
1 parent 40a0515 commit 72247ed

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
@@ -6,7 +6,7 @@ jobs:
66
steps:
77
- uses: actions/checkout@v4
88
- name: Set up JDK 17
9-
uses: actions/setup-java@v2
9+
uses: actions/setup-java@v3
1010
with:
1111
java-version: 17
1212
distribution: 'adopt'

0 commit comments

Comments
 (0)