From 18da86ac916bd87e80d2181be150244be10cf483 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 25 Jan 2026 16:12:20 +0000 Subject: [PATCH] Bump spring-io/central-publish-action from 0.3.0 to 0.4.0 Bumps [spring-io/central-publish-action](https://github.com/spring-io/central-publish-action) from 0.3.0 to 0.4.0. - [Release notes](https://github.com/spring-io/central-publish-action/releases) - [Commits](https://github.com/spring-io/central-publish-action/compare/v0.3.0...v0.4.0) --- updated-dependencies: - dependency-name: spring-io/central-publish-action dependency-version: 0.4.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .../workflows/spring-artifactory-deploy-to-maven-central.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/spring-artifactory-deploy-to-maven-central.yml b/.github/workflows/spring-artifactory-deploy-to-maven-central.yml index d4a632f..d72e98e 100644 --- a/.github/workflows/spring-artifactory-deploy-to-maven-central.yml +++ b/.github/workflows/spring-artifactory-deploy-to-maven-central.yml @@ -100,7 +100,7 @@ jobs: - name: Deploy Bundle to Maven Central Portal if: env.CENTRAL_TOKEN_USERNAME - uses: spring-io/central-publish-action@v0.3.0 + uses: spring-io/central-publish-action@v0.4.0 with: token-name: ${{ secrets.CENTRAL_TOKEN_USERNAME }} token: ${{ secrets.CENTRAL_TOKEN_PASSWORD }}