Skip to content

Commit f2fb410

Browse files
workflows: bump frabert/replace-string-action from 2.1 to 2.2 (fluent#5925)
Bumps [frabert/replace-string-action](https://github.com/frabert/replace-string-action) from 2.1 to 2.2. - [Release notes](https://github.com/frabert/replace-string-action/releases) - [Commits](frabert/replace-string-action@v2.1...v2.2) --- 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]> Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 7581c1f commit f2fb410

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ jobs:
7575
# E.g. if we build version 1.9.2 we want to tag with 1.9.2 and 1.9.
7676
- name: Determine major version tag
7777
id: determine-major-version
78-
uses: frabert/replace-string-action@v2.1
78+
uses: frabert/replace-string-action@v2.2
7979
with:
8080
pattern: '^(\d+\.\d+).*$'
8181
string: ${{ inputs.version }}

.github/workflows/call-build-linux-packages.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -171,7 +171,7 @@ jobs:
171171
- name: Set up Docker Buildx
172172
uses: docker/setup-buildx-action@v2
173173

174-
- uses: frabert/replace-string-action@v2.1
174+
- uses: frabert/replace-string-action@v2.2
175175
id: formatted_distro
176176
with:
177177
pattern: '(.*)\/(.*)$'

.github/workflows/staging-build.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ jobs:
5656
INPUT_VERSION: ${{ github.event.inputs.version || github.ref_name }}
5757

5858
# String the 'v' prefix for tags.
59-
- uses: frabert/replace-string-action@v2.1
59+
- uses: frabert/replace-string-action@v2.2
6060
id: formatted_version
6161
with:
6262
pattern: '[v]*(.*)$'

0 commit comments

Comments
 (0)