From 18b92bf03caa16aa3e775280c895825a239b4246 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 30 Jan 2025 01:25:21 +0000 Subject: [PATCH] Bump actions/setup-java from 4.5.0 to 4.7.0 Bumps [actions/setup-java](https://github.com/actions/setup-java) from 4.5.0 to 4.7.0. - [Release notes](https://github.com/actions/setup-java/releases) - [Commits](https://github.com/actions/setup-java/compare/v4.5.0...v4.7.0) --- updated-dependencies: - dependency-name: actions/setup-java dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index e48a74e..9c311bf 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -18,7 +18,7 @@ jobs: uses: actions/checkout@v4 - name: Set up JDK - uses: actions/setup-java@v4.5.0 + uses: actions/setup-java@v4.7.0 with: distribution: 'temurin' java-version: ${{ matrix.java }}