Merge pull request #461 from apache/dependabot/github_actions/actions/setup-java-4.2.2

Bump actions/setup-java from 4.2.1 to 4.2.2
This commit is contained in:
Gary Gregory 2024-08-09 09:13:44 -04:00 committed by GitHub
commit 0bb7767e55
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -46,7 +46,7 @@ jobs:
restore-keys: |
${{ runner.os }}-maven-
- name: Set up JDK ${{ matrix.java }}
uses: actions/setup-java@99b8673ff64fbf99d8d325f52d9a5bdedb8483e9 # v4.2.1
uses: actions/setup-java@6a0805fcefea3d4657a47ac4c165951e33482018 # v4.2.2
with:
distribution: 'temurin'
java-version: ${{ matrix.java }}