From 8d89471b2c8c5cd908f2eb7cce42f688f9220127 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 25 Nov 2024 05:46:13 +0000 Subject: [PATCH 1/2] Bump spring-io/artifactory-deploy-action from 0.0.1 to 0.0.2 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](https://github.com/spring-io/artifactory-deploy-action/compare/26bbe925a75f4f863e1e529e85be2d0093cac116...dc1913008c0599f0c4b1fdafb6ff3c502b3565ea) --- updated-dependencies: - dependency-name: spring-io/artifactory-deploy-action dependency-type: direct:production update-type: version-update:semver-patch ... See gh-1591 Signed-off-by: dependabot[bot] --- .github/workflows/build.yml | 2 +- .github/workflows/release.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 54d7de3b8f..8000efde85 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -44,7 +44,7 @@ jobs: - name: Deploy to repo.spring.io if: ${{ matrix.runner.deploy-snapshots }} - uses: spring-io/artifactory-deploy-action@26bbe925a75f4f863e1e529e85be2d0093cac116 + uses: spring-io/artifactory-deploy-action@dc1913008c0599f0c4b1fdafb6ff3c502b3565ea with: uri: 'https://repo.spring.io' username: ${{ secrets.ARTIFACTORY_USERNAME }} diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index fc0cfc5809..66c480d4e6 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -29,7 +29,7 @@ jobs: echo "Version is $version" echo "version=$version" >> $GITHUB_OUTPUT - name: Stage Release - uses: spring-io/artifactory-deploy-action@26bbe925a75f4f863e1e529e85be2d0093cac116 # v0.0.1 + uses: spring-io/artifactory-deploy-action@dc1913008c0599f0c4b1fdafb6ff3c502b3565ea # v0.0.2 with: build-name: ${{ format('initializr-{0}', steps.read-version.outputs.version)}} folder: 'maven-repo' From 44e91b46e301048f8af50ba73820874522914232 Mon Sep 17 00:00:00 2001 From: Moritz Halbritter Date: Fri, 29 Nov 2024 10:14:09 +0100 Subject: [PATCH 2/2] Polish "Bump spring-io/artifactory-deploy-action from 0.0.1 to 0.0.2" See gh-1591 --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 8000efde85..bbc5c9b777 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -44,7 +44,7 @@ jobs: - name: Deploy to repo.spring.io if: ${{ matrix.runner.deploy-snapshots }} - uses: spring-io/artifactory-deploy-action@dc1913008c0599f0c4b1fdafb6ff3c502b3565ea + uses: spring-io/artifactory-deploy-action@dc1913008c0599f0c4b1fdafb6ff3c502b3565ea # v0.0.2 with: uri: 'https://repo.spring.io' username: ${{ secrets.ARTIFACTORY_USERNAME }}