Skip to content

Commit

Permalink
Bump spring-io/artifactory-deploy-action from 0.0.1 to 0.0.2
Browse files Browse the repository at this point in the history
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] <[email protected]>
  • Loading branch information
dependabot[bot] authored Nov 24, 2024
1 parent 4ad9d5c commit 1ece42f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ jobs:
retention-days: 3

- name: Publish
uses: spring-io/[email protected].1
uses: spring-io/[email protected].2
with:
uri: ${{ inputs.artifactoryUrl }}
project: ${{ inputs.artifactoryProjectKey }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/spring-artifactory-maven-snapshot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ jobs:
echo "::notice title=Artifactory Build Name & Number::$buildName/$buildNumber"
- name: Publish
uses: spring-io/[email protected].1
uses: spring-io/[email protected].2
with:
uri: ${{ inputs.artifactoryUrl }}
project: ${{ inputs.artifactoryProjectKey }}
Expand Down

0 comments on commit 1ece42f

Please sign in to comment.