From 1ece42f96f4ba2d24a0e5e4c9ab5724575f5268a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 24 Nov 2024 16:32:02 +0000 Subject: [PATCH] Bump spring-io/artifactory-deploy-action from 0.0.1 to 0.0.2 Bumps [spring-io/artifactory-deploy-action](https://github.com/spring-io/artifactory-deploy-action) from 0.0.1 to 0.0.2. - [Release notes](https://github.com/spring-io/artifactory-deploy-action/releases) - [Commits](https://github.com/spring-io/artifactory-deploy-action/compare/v0.0.1...v0.0.2) --- updated-dependencies: - dependency-name: spring-io/artifactory-deploy-action dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .github/workflows/spring-artifactory-maven-release-staging.yml | 2 +- .github/workflows/spring-artifactory-maven-snapshot.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/spring-artifactory-maven-release-staging.yml b/.github/workflows/spring-artifactory-maven-release-staging.yml index ec7922d..40e679f 100644 --- a/.github/workflows/spring-artifactory-maven-release-staging.yml +++ b/.github/workflows/spring-artifactory-maven-release-staging.yml @@ -108,7 +108,7 @@ jobs: retention-days: 3 - name: Publish - uses: spring-io/artifactory-deploy-action@v0.0.1 + uses: spring-io/artifactory-deploy-action@v0.0.2 with: uri: ${{ inputs.artifactoryUrl }} project: ${{ inputs.artifactoryProjectKey }} diff --git a/.github/workflows/spring-artifactory-maven-snapshot.yml b/.github/workflows/spring-artifactory-maven-snapshot.yml index 000f6ef..2db5e98 100644 --- a/.github/workflows/spring-artifactory-maven-snapshot.yml +++ b/.github/workflows/spring-artifactory-maven-snapshot.yml @@ -82,7 +82,7 @@ jobs: echo "::notice title=Artifactory Build Name & Number::$buildName/$buildNumber" - name: Publish - uses: spring-io/artifactory-deploy-action@v0.0.1 + uses: spring-io/artifactory-deploy-action@v0.0.2 with: uri: ${{ inputs.artifactoryUrl }} project: ${{ inputs.artifactoryProjectKey }}