Skip to content

Commit

Permalink
chore: update actions/setup-java to v3 (TheAlgorithms#4352)
Browse files Browse the repository at this point in the history
chore: use `actions/setup-java@v3`
  • Loading branch information
vil02 authored Sep 5, 2023
1 parent 40a0515 commit 72247ed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ jobs:
steps:
- uses: actions/checkout@v4
- name: Set up JDK 17
uses: actions/setup-java@v2
uses: actions/setup-java@v3
with:
java-version: 17
distribution: 'adopt'
Expand Down

0 comments on commit 72247ed

Please sign in to comment.