Skip to content

Commit 3ce17ed

Browse files
authoredJan 29, 2024
workflows: bump frabert/replace-string-action from 2.4 to 2.5 (#8425)
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](frabert/replace-string-action@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] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 228b857 commit 3ce17ed

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed
 

‎.github/workflows/call-build-images.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ jobs:
6262
# E.g. if we build version 1.9.2 we want to tag with 1.9.2 and 1.9.
6363
- name: Determine major version tag
6464
id: determine-major-version
65-
uses: frabert/replace-string-action@v2.4
65+
uses: frabert/replace-string-action@v2.5
6666
with:
6767
pattern: '^(\d+\.\d+).*$'
6868
string: ${{ inputs.version }}

‎.github/workflows/staging-build.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ jobs:
6161
INPUT_VERSION: ${{ inputs.version || github.ref_name }}
6262

6363
# String the 'v' prefix for tags.
64-
- uses: frabert/replace-string-action@v2.4
64+
- uses: frabert/replace-string-action@v2.5
6565
id: formatted_version
6666
with:
6767
pattern: '[v]*(.*)$'

0 commit comments

Comments
 (0)
Please sign in to comment.