Skip to content

Commit

Permalink
Bump setup-java action from v1 to v4
Browse files Browse the repository at this point in the history
  • Loading branch information
C0urante committed Feb 22, 2024
1 parent 4e3a8a8 commit f244a7e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/pull_request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,9 @@ jobs:
- name: Checkout code
uses: actions/checkout@v2
- name: Set up JDK 8
uses: actions/setup-java@v1
uses: actions/setup-java@v4
with:
distribution: 'adopt'
java-version: 8
cache: maven
- name: Build (Maven)
Expand Down

0 comments on commit f244a7e

Please sign in to comment.