Skip to content

Commit

Permalink
Revert "Bump actions/setup-java from 3 to 4"
Browse files Browse the repository at this point in the history
  • Loading branch information
TheLimeGlass authored Dec 22, 2023
1 parent 06c3b92 commit 3ae9bdc
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 @@ -23,7 +23,7 @@ jobs:
- name: validate gradle wrapper
uses: gradle/wrapper-validation-action@v1
- name: setup jdk ${{ matrix.java }}
uses: actions/setup-java@v4
uses: actions/setup-java@v3
with:
java-version: ${{ matrix.java }}
distribution: 'microsoft'
Expand Down

0 comments on commit 3ae9bdc

Please # to comment.