Skip to content

Commit 3775318

Browse files
authored
Merge pull request #73 from FasterXML/dependabot/github_actions/github-actions-3b6b8ed95c
Bump actions/setup-java from 4.2.1 to 4.2.2 in the github-actions group
2 parents 6cc8c64 + 540b7e7 commit 3775318

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
steps:
2525
- uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
2626
- name: Set up JDK
27-
uses: actions/setup-java@99b8673ff64fbf99d8d325f52d9a5bdedb8483e9 # v4.2.1
27+
uses: actions/setup-java@6a0805fcefea3d4657a47ac4c165951e33482018 # v4.2.2
2828
with:
2929
distribution: 'temurin'
3030
java-version: ${{ matrix.java_version }}

0 commit comments

Comments
 (0)