Skip to content

Commit 5efa377

Browse files
chore(deps): update frabert/replace-string-action action to v2.5
1 parent 33182d8 commit 5efa377

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/documentation.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ jobs:
9090
- name: 'Extract package from tag'
9191
if: env.BRANCH_OR_TAG == 'tag'
9292
id: package-name
93-
uses: frabert/replace-string-action@v2.0
93+
uses: frabert/replace-string-action@v2.5
9494
with:
9595
pattern: '(^@.*\\/(?<package>.*)@v?)?(?<semver>\\d+.\\d+.\\d+)-?.*'
9696
string: ${{ env.BRANCH_NAME }}
@@ -99,7 +99,7 @@ jobs:
9999
- name: 'Extract semver from tag'
100100
if: env.BRANCH_OR_TAG == 'tag'
101101
id: semver
102-
uses: frabert/replace-string-action@v2.0
102+
uses: frabert/replace-string-action@v2.5
103103
with:
104104
pattern: '(^@.*\\/(?<package>.*)@v?)?(?<semver>\\d+.\\d+.\\d+)-?.*'
105105
string: ${{ env.BRANCH_NAME }}

0 commit comments

Comments
 (0)