From 9a95d3fde410dd4faccc372043a5c06d1f6b7d22 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 8 Dec 2022 19:09:27 +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 e3950cc3eee..379bf4d4671 100644 --- a/.github/workflows/call-build-images.yaml +++ b/.github/workflows/call-build-images.yaml @@ -75,7 +75,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 388775c10dc..1eff0e3ba41 100644 --- a/.github/workflows/call-build-linux-packages.yaml +++ b/.github/workflows/call-build-linux-packages.yaml @@ -178,7 +178,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]*(.*)$'