From 018aa8d7ae7259fce758b7477d5a2cdcc93635ba Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 29 Jan 2026 00:13:50 +0000 Subject: [PATCH] Bump gradle/actions from 5.0.0 to 5.0.1 Bumps [gradle/actions](https://github.com/gradle/actions) from 5.0.0 to 5.0.1. - [Release notes](https://github.com/gradle/actions/releases) - [Commits](https://github.com/gradle/actions/compare/v5.0.0...v5.0.1) --- updated-dependencies: - dependency-name: gradle/actions dependency-version: 5.0.1 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .github/workflows/cd-release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/cd-release.yml b/.github/workflows/cd-release.yml index 60b74e5..1b8102b 100644 --- a/.github/workflows/cd-release.yml +++ b/.github/workflows/cd-release.yml @@ -16,7 +16,7 @@ jobs: java-version: 21 distribution: adopt - name: "Setup gradle" - uses: "gradle/actions/setup-gradle@v5.0.0" + uses: "gradle/actions/setup-gradle@v5.0.1" - id: vars name: "Determine Tag Name" run: |