Skip to content

Commit 218d209

Browse files
committed
Merge pull request #1720 from dependabot[bot]
* pr/1720: Bump spring-io/artifactory-deploy-action from 0.0.3 to 0.0.4 Closes gh-1720
2 parents e23dcbf + c780743 commit 218d209

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)