From 959d8f0f3b7fb4ff52913e4a431c781e1481a968 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 31 Aug 2025 16:01:55 +0000 Subject: [PATCH] Bump spring-io/central-publish-action from 0.2.0 to 0.3.0 Bumps [spring-io/central-publish-action](https://github.com/spring-io/central-publish-action) from 0.2.0 to 0.3.0. - [Release notes](https://github.com/spring-io/central-publish-action/releases) - [Commits](https://github.com/spring-io/central-publish-action/compare/v0.2.0...v0.3.0) --- updated-dependencies: - dependency-name: spring-io/central-publish-action dependency-version: 0.3.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 1a58be2..8a64339 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.2.0 + uses: spring-io/central-publish-action@v0.3.0 with: token-name: ${{ secrets.CENTRAL_TOKEN_USERNAME }} token: ${{ secrets.CENTRAL_TOKEN_PASSWORD }}