Skip to content

Commit 0bb7767

Browse files
authored
Merge pull request apache#461 from apache/dependabot/github_actions/actions/setup-java-4.2.2
Bump actions/setup-java from 4.2.1 to 4.2.2
2 parents 19a7e1e + a7181fb commit 0bb7767

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/maven.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ jobs:
4646
restore-keys: |
4747
${{ runner.os }}-maven-
4848
- name: Set up JDK ${{ matrix.java }}
49-
uses: actions/setup-java@99b8673ff64fbf99d8d325f52d9a5bdedb8483e9 # v4.2.1
49+
uses: actions/setup-java@6a0805fcefea3d4657a47ac4c165951e33482018 # v4.2.2
5050
with:
5151
distribution: 'temurin'
5252
java-version: ${{ matrix.java }}

0 commit comments

Comments
 (0)