Skip to content

Commit

Permalink
workflows: bump frabert/replace-string-action from 2.4 to 2.5 (#8425)
Browse files Browse the repository at this point in the history
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] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Jan 29, 2024
1 parent 228b857 commit 3ce17ed
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/call-build-images.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/staging-build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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]*(.*)$'
Expand Down

0 comments on commit 3ce17ed

Please sign in to comment.