Skip to content

Commit 5bfd20e

Browse files
Bump actions/setup-java from 4.2.2 to 4.3.0 in the github-actions group
Bumps the github-actions group with 1 update: [actions/setup-java](https://github.com/actions/setup-java). Updates `actions/setup-java` from 4.2.2 to 4.3.0 - [Release notes](https://github.com/actions/setup-java/releases) - [Commits](actions/setup-java@6a0805f...2dfa201) --- updated-dependencies: - dependency-name: actions/setup-java dependency-type: direct:production update-type: version-update:semver-minor dependency-group: github-actions ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 5c77ccf commit 5bfd20e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
- name: 'Check out repository'
2525
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332
2626
- name: 'Set up JDK ${{ matrix.java }}'
27-
uses: actions/setup-java@6a0805fcefea3d4657a47ac4c165951e33482018
27+
uses: actions/setup-java@2dfa2011c5b2a0f1489bf9e433881c92c1631f88
2828
with:
2929
java-version: ${{ matrix.java }}
3030
distribution: 'zulu'

0 commit comments

Comments
 (0)