Skip to content

Commit cd53d57

Browse files
chore(deps): bump jacobtomlinson/gha-find-replace from 2 to 3 (#1101)
Bumps [jacobtomlinson/gha-find-replace](https://github.com/jacobtomlinson/gha-find-replace) from 2 to 3. - [Release notes](https://github.com/jacobtomlinson/gha-find-replace/releases) - [Commits](jacobtomlinson/gha-find-replace@v2...v3) --- updated-dependencies: - dependency-name: jacobtomlinson/gha-find-replace dependency-version: '3' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Gergely Békési <slapec93@users.noreply.github.com>
1 parent 337ee1f commit cd53d57

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/update_bee.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -60,23 +60,23 @@ jobs:
6060
run: printf "\n" >> package.json
6161

6262
- name: Replace SUPPORTED_BEE_VERSION_EXACT for Status module
63-
uses: jacobtomlinson/gha-find-replace@v2
63+
uses: jacobtomlinson/gha-find-replace@v3
6464
with:
6565
find: "export const SUPPORTED_BEE_VERSION_EXACT = '.*?'"
6666
replace: "export const SUPPORTED_BEE_VERSION_EXACT = '${{ env.BEE_VERSION_WITH_COMMIT }}'"
6767
include: 'src/modules/debug/status.ts'
6868
regex: true
6969

7070
- name: Replace SUPPORTED_API_VERSION for Status module
71-
uses: jacobtomlinson/gha-find-replace@v2
71+
uses: jacobtomlinson/gha-find-replace@v3
7272
with:
7373
find: "export const SUPPORTED_API_VERSION = '.*?'"
7474
replace: "export const SUPPORTED_API_VERSION = '${{ env.API_VERSION }}'"
7575
include: 'src/modules/debug/status.ts'
7676
regex: true
7777

7878
- name: Replace README version
79-
uses: jacobtomlinson/gha-find-replace@v2
79+
uses: jacobtomlinson/gha-find-replace@v3
8080
with:
8181
find: '<!-- SUPPORTED_BEE_START -->.*?<!-- SUPPORTED_BEE_END -->'
8282
replace: '<!-- SUPPORTED_BEE_START -->${{ env.FINAL_CLEAN_BEE_VERSION }}<!-- SUPPORTED_BEE_END -->'

0 commit comments

Comments
 (0)