From bc0da23b90b56a3a06a94fa058e0de2ac15b5a40 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 26 Jan 2024 06:05:21 +0000 Subject: [PATCH] workflows: bump frabert/replace-string-action from 2.4 to 2.5 Bumps [frabert/replace-string-action](https://github.com/frabert/replace-string-action) from 2.4 to 2.5. - [Release notes](https://github.com/frabert/replace-string-action/releases) - [Commits](https://github.com/frabert/replace-string-action/compare/v2.4...v2.5) --- updated-dependencies: - dependency-name: frabert/replace-string-action dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/call-build-images.yaml | 2 +- .github/workflows/staging-build.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/call-build-images.yaml b/.github/workflows/call-build-images.yaml index 0d0176c77d5..33e4024b397 100644 --- a/.github/workflows/call-build-images.yaml +++ b/.github/workflows/call-build-images.yaml @@ -62,7 +62,7 @@ jobs: # E.g. if we build version 1.9.2 we want to tag with 1.9.2 and 1.9. - name: Determine major version tag id: determine-major-version - uses: frabert/replace-string-action@v2.4 + uses: frabert/replace-string-action@v2.5 with: pattern: '^(\d+\.\d+).*$' string: ${{ inputs.version }} diff --git a/.github/workflows/staging-build.yaml b/.github/workflows/staging-build.yaml index 442067af076..a409dd337ac 100644 --- a/.github/workflows/staging-build.yaml +++ b/.github/workflows/staging-build.yaml @@ -61,7 +61,7 @@ jobs: INPUT_VERSION: ${{ inputs.version || github.ref_name }} # String the 'v' prefix for tags. - - uses: frabert/replace-string-action@v2.4 + - uses: frabert/replace-string-action@v2.5 id: formatted_version with: pattern: '[v]*(.*)$'