Skip to content

Commit aea91b4

Browse files
Bump spring-io/artifactory-deploy-action from 0.0.3 to 0.0.4
Bumps [spring-io/artifactory-deploy-action](https://github.com/spring-io/artifactory-deploy-action) from 0.0.3 to 0.0.4. - [Release notes](https://github.com/spring-io/artifactory-deploy-action/releases) - [Commits](spring-io/artifactory-deploy-action@e7d4037...926d7f7) --- updated-dependencies: - dependency-name: spring-io/artifactory-deploy-action dependency-version: 0.0.4 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent e23dcbf commit aea91b4

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ jobs:
4646

4747
- name: Deploy to repo.spring.io
4848
if: ${{ matrix.runner.deploy-snapshots }}
49-
uses: spring-io/artifactory-deploy-action@e7d40377cd74c3f06554144006ccfd64a548b351 # v0.0.3
49+
uses: spring-io/artifactory-deploy-action@926d7f7cc810569395346bf3a4d91b380b3e355b # v0.0.4
5050
with:
5151
uri: 'https://repo.spring.io'
5252
username: ${{ secrets.ARTIFACTORY_USERNAME }}

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
echo "Version is $version"
3232
echo "version=$version" >> $GITHUB_OUTPUT
3333
- name: Stage Release
34-
uses: spring-io/artifactory-deploy-action@e7d40377cd74c3f06554144006ccfd64a548b351 # v0.0.3
34+
uses: spring-io/artifactory-deploy-action@926d7f7cc810569395346bf3a4d91b380b3e355b # v0.0.4
3535
with:
3636
build-name: ${{ format('initializr-{0}', steps.read-version.outputs.version)}}
3737
folder: 'maven-repo'

0 commit comments

Comments
 (0)