From 461450aaffc04edc2a38bfd3b3a8c8c0bd41665f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 13 Feb 2026 19:16:23 +0000 Subject: [PATCH] Bump spring-io/spring-security-release-tools/.github/workflows/deploy-artifacts.yml Bumps [spring-io/spring-security-release-tools/.github/workflows/deploy-artifacts.yml](https://github.com/spring-io/spring-security-release-tools) from 1.0.13 to 1.0.14. - [Release notes](https://github.com/spring-io/spring-security-release-tools/releases) - [Changelog](https://github.com/spring-io/spring-security-release-tools/blob/main/RELEASE.adoc) - [Commits](https://github.com/spring-io/spring-security-release-tools/compare/v1.0.13...v1.0.14) --- updated-dependencies: - dependency-name: spring-io/spring-security-release-tools/.github/workflows/deploy-artifacts.yml dependency-version: 1.0.14 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .github/workflows/continuous-integration-workflow.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/continuous-integration-workflow.yml b/.github/workflows/continuous-integration-workflow.yml index eabf9630f..ff8989231 100644 --- a/.github/workflows/continuous-integration-workflow.yml +++ b/.github/workflows/continuous-integration-workflow.yml @@ -24,7 +24,7 @@ jobs: deploy-artifacts: name: Deploy Artifacts needs: [ build ] - uses: spring-io/spring-security-release-tools/.github/workflows/deploy-artifacts.yml@v1.0.13 + uses: spring-io/spring-security-release-tools/.github/workflows/deploy-artifacts.yml@v1.0.14 with: should-deploy-artifacts: ${{ needs.build.outputs.should-deploy-artifacts }} secrets: inherit