From 3900d88504eaa3b5cec9a09d2e26258583dd8c0f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 12 Feb 2026 16:28:13 +0000 Subject: [PATCH] chore(deps): bump cuioss/cuioss-organization/.github/workflows/reusable-maven-release.yml Bumps [cuioss/cuioss-organization/.github/workflows/reusable-maven-release.yml](https://github.com/cuioss/cuioss-organization) from 0.2.8 to 0.2.9. - [Release notes](https://github.com/cuioss/cuioss-organization/releases) - [Commits](https://github.com/cuioss/cuioss-organization/compare/d38bc3643f0d0faa34ece1c2d854cf97f9a0abd4...421483d5b133e02e6d6f1a0f2e800bedb7869122) --- updated-dependencies: - dependency-name: cuioss/cuioss-organization/.github/workflows/reusable-maven-release.yml dependency-version: 0.2.9 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .github/workflows/release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 298d2fa..48f5a36 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -16,7 +16,7 @@ jobs: permissions: contents: write if: github.event.pull_request.merged == true || github.event_name == 'workflow_dispatch' - uses: cuioss/cuioss-organization/.github/workflows/reusable-maven-release.yml@d38bc3643f0d0faa34ece1c2d854cf97f9a0abd4 # v0.2.8 + uses: cuioss/cuioss-organization/.github/workflows/reusable-maven-release.yml@71e589e53342c823c05a28bf7977675bc7dfcbb1 # v0.3.2 secrets: RELEASE_APP_ID: ${{ secrets.RELEASE_APP_ID }} RELEASE_APP_PRIVATE_KEY: ${{ secrets.RELEASE_APP_PRIVATE_KEY }}