From 251dc45729b4ca19309b48226ee9a6d9f10e280c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 6 Oct 2025 17:02:08 +0000 Subject: [PATCH] chore(deps): bump jacobtomlinson/gha-find-replace from 2 to 3 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](https://github.com/jacobtomlinson/gha-find-replace/compare/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] --- .github/workflows/update_bee.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/update_bee.yaml b/.github/workflows/update_bee.yaml index a6ec8f7d..0e104bb7 100644 --- a/.github/workflows/update_bee.yaml +++ b/.github/workflows/update_bee.yaml @@ -60,7 +60,7 @@ jobs: run: printf "\n" >> package.json - name: Replace SUPPORTED_BEE_VERSION_EXACT for Status module - uses: jacobtomlinson/gha-find-replace@v2 + uses: jacobtomlinson/gha-find-replace@v3 with: find: "export const SUPPORTED_BEE_VERSION_EXACT = '.*?'" replace: "export const SUPPORTED_BEE_VERSION_EXACT = '${{ env.BEE_VERSION_WITH_COMMIT }}'" @@ -68,7 +68,7 @@ jobs: regex: true - name: Replace SUPPORTED_API_VERSION for Status module - uses: jacobtomlinson/gha-find-replace@v2 + uses: jacobtomlinson/gha-find-replace@v3 with: find: "export const SUPPORTED_API_VERSION = '.*?'" replace: "export const SUPPORTED_API_VERSION = '${{ env.API_VERSION }}'" @@ -76,7 +76,7 @@ jobs: regex: true - name: Replace README version - uses: jacobtomlinson/gha-find-replace@v2 + uses: jacobtomlinson/gha-find-replace@v3 with: find: '.*?' replace: '${{ env.FINAL_CLEAN_BEE_VERSION }}'