From 0904f225191ff18efd2ce36156b811e6c6417b62 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Jul 2026 10:24:52 +0000 Subject: [PATCH] Bump actions/setup-java from 5.4.0 to 5.5.0 Bumps [actions/setup-java](https://github.com/actions/setup-java) from 5.4.0 to 5.5.0. - [Release notes](https://github.com/actions/setup-java/releases) - [Commits](https://github.com/actions/setup-java/compare/v5.4.0...v5.5.0) --- updated-dependencies: - dependency-name: actions/setup-java dependency-version: 5.5.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/reproducible-build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/reproducible-build.yml b/.github/workflows/reproducible-build.yml index 910c844..45c780b 100644 --- a/.github/workflows/reproducible-build.yml +++ b/.github/workflows/reproducible-build.yml @@ -15,7 +15,7 @@ jobs: uses: actions/checkout@v7.0.0 - name: Set up Java - uses: actions/setup-java@v5.4.0 + uses: actions/setup-java@v5.5.0 with: distribution: temurin java-version: 17