Bump actions/setup-java from 3 to 4 (#79)

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot]
2023-12-16 15:32:46 +00:00
committed by GitHub
parent bc4981889f
commit 38dd960764
4 changed files with 4 additions and 4 deletions

View File

@@ -19,7 +19,7 @@ jobs:
run: |
echo "Commit SHA: ${{ github.sha }}"
- name: Set up JDK 11
uses: actions/setup-java@v3
uses: actions/setup-java@v4
with:
java-version: 11
distribution: adopt