From e68401549f2dc42873bcc937307932bfb22d35f4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 3 Nov 2025 05:09:50 +0000 Subject: [PATCH] Bump spring-io/artifactory-deploy-action from 0.0.2 to 0.0.3 Bumps [spring-io/artifactory-deploy-action](https://github.com/spring-io/artifactory-deploy-action) from 0.0.2 to 0.0.3. - [Release notes](https://github.com/spring-io/artifactory-deploy-action/releases) - [Commits](https://github.com/spring-io/artifactory-deploy-action/compare/dc1913008c0599f0c4b1fdafb6ff3c502b3565ea...e7d40377cd74c3f06554144006ccfd64a548b351) --- updated-dependencies: - dependency-name: spring-io/artifactory-deploy-action dependency-version: 0.0.3 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .github/workflows/build.yml | 2 +- .github/workflows/release.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 3f7ac4040f..5306edfa60 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -46,7 +46,7 @@ jobs: - name: Deploy to repo.spring.io if: ${{ matrix.runner.deploy-snapshots }} - uses: spring-io/artifactory-deploy-action@dc1913008c0599f0c4b1fdafb6ff3c502b3565ea # v0.0.2 + uses: spring-io/artifactory-deploy-action@e7d40377cd74c3f06554144006ccfd64a548b351 # v0.0.3 with: uri: 'https://repo.spring.io' username: ${{ secrets.ARTIFACTORY_USERNAME }} diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 8718aa7066..7a7f19f2df 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -31,7 +31,7 @@ jobs: echo "Version is $version" echo "version=$version" >> $GITHUB_OUTPUT - name: Stage Release - uses: spring-io/artifactory-deploy-action@dc1913008c0599f0c4b1fdafb6ff3c502b3565ea # v0.0.2 + uses: spring-io/artifactory-deploy-action@e7d40377cd74c3f06554144006ccfd64a548b351 # v0.0.3 with: build-name: ${{ format('initializr-{0}', steps.read-version.outputs.version)}} folder: 'maven-repo'