From 0b3fe8b5d140405c06c1f711c856d58ca24353d1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 18 Mar 2024 05:23:40 +0000 Subject: [PATCH] Bump spring-io/artifactory-deploy-action Bumps [spring-io/artifactory-deploy-action](https://github.com/spring-io/artifactory-deploy-action) from 90d28f97f3e3735888ffa8648828d5f2f1b1ad21 to b106e2854e05882e9b7d8810033e1e38fdc054b0. - [Release notes](https://github.com/spring-io/artifactory-deploy-action/releases) - [Commits](https://github.com/spring-io/artifactory-deploy-action/compare/90d28f97f3e3735888ffa8648828d5f2f1b1ad21...b106e2854e05882e9b7d8810033e1e38fdc054b0) --- updated-dependencies: - dependency-name: spring-io/artifactory-deploy-action dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- .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 afa63aea9d..e755243cbb 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@90d28f97f3e3735888ffa8648828d5f2f1b1ad21 + uses: spring-io/artifactory-deploy-action@b106e2854e05882e9b7d8810033e1e38fdc054b0 with: uri: 'https://repo.spring.io' username: ${{ secrets.ARTIFACTORY_USERNAME }}