From 55359f390e5eaa9a4aafa7f839948747fedb0b93 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 8 Dec 2022 17:11:04 +0000 Subject: [PATCH] workflows: bump frabert/replace-string-action from 2.2 to 2.4 Bumps [frabert/replace-string-action](https://github.com/frabert/replace-string-action) from 2.2 to 2.4. - [Release notes](https://github.com/frabert/replace-string-action/releases) - [Commits](https://github.com/frabert/replace-string-action/compare/v2.2...v2.4) --- 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/call-build-linux-packages.yaml | 2 +- .github/workflows/staging-build.yaml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/call-build-images.yaml b/.github/workflows/call-build-images.yaml index 566e909e6d7..d496b06ccf6 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.2 + uses: frabert/replace-string-action@v2.4 with: pattern: '^(\d+\.\d+).*$' string: ${{ inputs.version }} diff --git a/.github/workflows/call-build-linux-packages.yaml b/.github/workflows/call-build-linux-packages.yaml index a332a5276f8..8320817688a 100644 --- a/.github/workflows/call-build-linux-packages.yaml +++ b/.github/workflows/call-build-linux-packages.yaml @@ -125,7 +125,7 @@ jobs: - name: Set up Docker Buildx uses: docker/setup-buildx-action@v2 - - uses: frabert/replace-string-action@v2.2 + - uses: frabert/replace-string-action@v2.4 id: formatted_distro with: pattern: '(.*)\/(.*)$' diff --git a/.github/workflows/staging-build.yaml b/.github/workflows/staging-build.yaml index fc530303ff3..476d5ed6c97 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.2 + - uses: frabert/replace-string-action@v2.4 id: formatted_version with: pattern: '[v]*(.*)$'