From 7ed118dc76e42f5ccfa96decf39ab16c81398e95 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 18 Mar 2024 13:21:14 +0000 Subject: [PATCH] Bump bluwy/substitute-string-action from 2.0.1 to 3.0.0 Bumps [bluwy/substitute-string-action](https://github.com/bluwy/substitute-string-action) from 2.0.1 to 3.0.0. - [Release notes](https://github.com/bluwy/substitute-string-action/releases) - [Commits](https://github.com/bluwy/substitute-string-action/compare/v2.0.1...v3.0.0) --- updated-dependencies: - dependency-name: bluwy/substitute-string-action dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/msbuild.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/msbuild.yml b/.github/workflows/msbuild.yml index de3e772..b706ede 100644 --- a/.github/workflows/msbuild.yml +++ b/.github/workflows/msbuild.yml @@ -135,7 +135,7 @@ jobs: # So, we remove it. - name: Substitute string id: TrimV - uses: bluwy/substitute-string-action@v2.0.1 + uses: bluwy/substitute-string-action@v3.0.0 with: _input-text: ${{ steps.StepTagNoV.outputs.new_tag }} # This emits a warning which can be ignored.