From bd84e6c588c28789f6967d4fbde04f8869b93d2d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 2 Apr 2026 03:32:36 +0000 Subject: [PATCH] chore(deps): bump actions/setup-java Bumps the ci-dependencies group with 1 update in the / directory: [actions/setup-java](https://github.com/actions/setup-java). Updates `actions/setup-java` from 4 to 5 - [Release notes](https://github.com/actions/setup-java/releases) - [Commits](https://github.com/actions/setup-java/compare/v4...v5) --- updated-dependencies: - dependency-name: actions/setup-java dependency-version: '5' dependency-type: direct:production update-type: version-update:semver-major dependency-group: ci-dependencies ... Signed-off-by: dependabot[bot] --- .github/workflows/push_back.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/push_back.yml b/.github/workflows/push_back.yml index eb882d0d..6c8b9626 100644 --- a/.github/workflows/push_back.yml +++ b/.github/workflows/push_back.yml @@ -34,7 +34,7 @@ jobs: # required for firebase emulators - name: ⚙️ Set up Java 21 - uses: actions/setup-java@v4 + uses: actions/setup-java@v5 with: distribution: 'temurin' java-version: '21'