Skip to content

Commit b83dac6

Browse files
Bump actions/setup-java from 4.2.1 to 4.2.2 (#734)
Bumps [actions/setup-java](https://github.com/actions/setup-java) from 4.2.1 to 4.2.2. - [Release notes](https://github.com/actions/setup-java/releases) - [Commits](actions/setup-java@v4.2.1...v4.2.2) --- updated-dependencies: - dependency-name: actions/setup-java dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 1bc9dbd commit b83dac6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: .github/workflows/test.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -216,7 +216,7 @@ jobs:
216216
with:
217217
bundler-cache: true
218218
- name: Set up Java
219-
uses: actions/[email protected].1
219+
uses: actions/[email protected].2
220220
with:
221221
java-version: ${{ matrix.java }}
222222
distribution: adopt

0 commit comments

Comments
 (0)