Skip to content

Commit 122149d

Browse files
dependabot[bot]mhalbritter
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-1717 Signed-off-by: dependabot[bot] <support@github.com>
1 parent 407abb0 commit 122149d

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@dc1913008c0599f0c4b1fdafb6ff3c502b3565ea # v0.0.2
49+
uses: spring-io/artifactory-deploy-action@e7d40377cd74c3f06554144006ccfd64a548b351 # v0.0.3
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@dc1913008c0599f0c4b1fdafb6ff3c502b3565ea # v0.0.2
34+
uses: spring-io/artifactory-deploy-action@e7d40377cd74c3f06554144006ccfd64a548b351 # v0.0.3
3535
with:
3636
build-name: ${{ format('initializr-{0}', steps.read-version.outputs.version)}}
3737
folder: 'maven-repo'

0 commit comments

Comments
 (0)