diff --git a/.github/workflows/call-build-images.yaml b/.github/workflows/call-build-images.yaml index 566e909e6d7..6e6ba025f9e 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.3 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..0d6c6d1f3c7 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.3 id: formatted_distro with: pattern: '(.*)\/(.*)$' diff --git a/.github/workflows/staging-build.yaml b/.github/workflows/staging-build.yaml index fc530303ff3..ba580d9f5be 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.3 id: formatted_version with: pattern: '[v]*(.*)$'