From 39c0a70d77d75c3e8aa6339cc26175e3430cb770 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 17 Sep 2026 09:54:07 +0000 Subject: [PATCH] build(deps): bump actions/setup-java 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 6.0.0 to 6.0.1 - [Release notes](https://github.com/actions/setup-java/releases) - [Commits](https://github.com/actions/setup-java/compare/v6.0.0...v6.0.1) --- updated-dependencies: - dependency-name: actions/setup-java dependency-version: 6.0.1 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: github-actions ... Signed-off-by: dependabot[bot] --- .github/workflows/build.yml | 2 +- .github/workflows/~publish_kotlin.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 57c7134c7..ebeb091ee 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -90,7 +90,7 @@ jobs: with: node-version: 'lts/*' cache: 'npm' - - uses: actions/setup-java@v6.0.0 + - uses: actions/setup-java@v6.0.1 with: java-version: '19' distribution: 'temurin' diff --git a/.github/workflows/~publish_kotlin.yml b/.github/workflows/~publish_kotlin.yml index 78501283e..eeb96a007 100644 --- a/.github/workflows/~publish_kotlin.yml +++ b/.github/workflows/~publish_kotlin.yml @@ -36,7 +36,7 @@ jobs: with: node-version: 'lts/*' cache: 'npm' - - uses: actions/setup-java@v6.0.0 + - uses: actions/setup-java@v6.0.1 with: java-version: "19" distribution: "temurin"