Skip to content

Commit b470115

Browse files
dependabot[bot]snicoll
authored andcommitted
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](spring-io/artifactory-deploy-action@dc19130...e7d4037) --- updated-dependencies: - dependency-name: spring-io/artifactory-deploy-action dependency-version: 0.0.3 dependency-type: direct:production update-type: version-update:semver-patch ... See gh-47920 Signed-off-by: dependabot[bot] <[email protected]>
1 parent 631711f commit b470115

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/build-and-deploy-snapshot.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
gradle-cache-read-only: false
2929
publish: true
3030
- name: Deploy
31-
uses: spring-io/artifactory-deploy-action@dc1913008c0599f0c4b1fdafb6ff3c502b3565ea # v0.0.2
31+
uses: spring-io/artifactory-deploy-action@e7d40377cd74c3f06554144006ccfd64a548b351 # v0.0.3
3232
with:
3333
build-name: ${{ vars.COMMERCIAL && format('spring-boot-commercial-{0}', github.ref_name) || format('spring-boot-{0}', github.ref_name) }}
3434
folder: 'deployment-repository'

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
gradle-cache-read-only: false
2828
publish: true
2929
- name: Stage Release
30-
uses: spring-io/artifactory-deploy-action@dc1913008c0599f0c4b1fdafb6ff3c502b3565ea # v0.0.2
30+
uses: spring-io/artifactory-deploy-action@e7d40377cd74c3f06554144006ccfd64a548b351 # v0.0.3
3131
with:
3232
build-name: ${{ vars.COMMERCIAL && format('spring-boot-commercial-{0}', steps.build-and-publish.outputs.version) || format('spring-boot-{0}', steps.build-and-publish.outputs.version) }}
3333
folder: 'deployment-repository'

0 commit comments

Comments
 (0)