From d92b8757ce4280905999c178a2d36538213a8410 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 1 Nov 2022 06:01:33 +0000 Subject: [PATCH] chore(deps): Bump frabert/replace-string-action from 1.2 to 2.3 Bumps [frabert/replace-string-action](https://github.com/frabert/replace-string-action) from 1.2 to 2.3. - [Release notes](https://github.com/frabert/replace-string-action/releases) - [Commits](https://github.com/frabert/replace-string-action/compare/4ec615c8a75164a61d8fb333ad5e2e86ff038af1...2429fbe90dad3aaad06a513ba1b58ba058c5a941) --- updated-dependencies: - dependency-name: frabert/replace-string-action dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/cd.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/cd.yml b/.github/workflows/cd.yml index 4b3c4ce..15c4732 100644 --- a/.github/workflows/cd.yml +++ b/.github/workflows/cd.yml @@ -47,7 +47,7 @@ jobs: uses: WyriHaximus/github-action-get-previous-tag@7cf31075d206b1a0341e09ef4305949a73ab599b name: Get Latest Tag - id: latest-version - uses: frabert/replace-string-action@4ec615c8a75164a61d8fb333ad5e2e86ff038af1 + uses: frabert/replace-string-action@2429fbe90dad3aaad06a513ba1b58ba058c5a941 name: Format Latest Tag to Version with: pattern: '^v?(.+)'