Skip to content

Commit 02a5bb9

Browse files
Bump spring-io/artifactory-deploy-action from 0.0.1 to 0.0.2 (#19)
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](spring-io/artifactory-deploy-action@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] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 4ad9d5c commit 02a5bb9

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/spring-artifactory-maven-release-staging.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@ jobs:
108108
retention-days: 3
109109

110110
- name: Publish
111-
uses: spring-io/artifactory-deploy-action@v0.0.1
111+
uses: spring-io/artifactory-deploy-action@v0.0.2
112112
with:
113113
uri: ${{ inputs.artifactoryUrl }}
114114
project: ${{ inputs.artifactoryProjectKey }}

.github/workflows/spring-artifactory-maven-snapshot.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ jobs:
8282
echo "::notice title=Artifactory Build Name & Number::$buildName/$buildNumber"
8383
8484
- name: Publish
85-
uses: spring-io/artifactory-deploy-action@v0.0.1
85+
uses: spring-io/artifactory-deploy-action@v0.0.2
8686
with:
8787
uri: ${{ inputs.artifactoryUrl }}
8888
project: ${{ inputs.artifactoryProjectKey }}

0 commit comments

Comments
 (0)