Skip to content

Commit

Permalink
Update setup-java action
Browse files Browse the repository at this point in the history
  • Loading branch information
DimaDemchenko authored Dec 5, 2024
1 parent 3c796f3 commit 1b498de
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/check-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
- uses: actions/checkout@v4

- name: Set up JDK ${{ matrix.java-version }}
uses: actions/setup-java@v3
uses: actions/setup-java@v4
with:
distribution: "oracle"
java-version: ${{ matrix.java-version }}
Expand Down

0 comments on commit 1b498de

Please sign in to comment.