From a9d4da04ce53d59de1382dd7e1bcc885c5a37e2a Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 23 Sep 2024 21:39:13 +0000 Subject: [PATCH] Update jacobtomlinson/gha-find-replace action to v3.0.4 | datasource | package | from | to | | ----------- | ------------------------------- | ----- | ------ | | github-tags | jacobtomlinson/gha-find-replace | 3.0.3 | v3.0.4 | Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- .github/workflows/release-pr.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/release-pr.yml b/.github/workflows/release-pr.yml index b2a47cf10..30757540a 100644 --- a/.github/workflows/release-pr.yml +++ b/.github/workflows/release-pr.yml @@ -47,7 +47,7 @@ jobs: echo "current_version=$(yq '.version' > $GITHUB_OUTPUT - name: Find and Replace - uses: jacobtomlinson/gha-find-replace@099c88fbf2a7da26b083521a8bfa13e4f0886b97 # v3.0.3 + uses: jacobtomlinson/gha-find-replace@1dcd8b008d15ef0862ae785c76d1419cca930e15 # v3.0.4 with: find: ${{ steps.vars.outputs.current_version }} replace: ${{ inputs.version }} @@ -55,7 +55,7 @@ jobs: regex: false - name: Find and Replace - uses: jacobtomlinson/gha-find-replace@099c88fbf2a7da26b083521a8bfa13e4f0886b97 # v3.0.3 + uses: jacobtomlinson/gha-find-replace@1dcd8b008d15ef0862ae785c76d1419cca930e15 # v3.0.4 with: find: "edge" replace: ${{ inputs.version }} @@ -63,7 +63,7 @@ jobs: regex: false - name: Find and Replace - uses: jacobtomlinson/gha-find-replace@099c88fbf2a7da26b083521a8bfa13e4f0886b97 # v3.0.3 + uses: jacobtomlinson/gha-find-replace@1dcd8b008d15ef0862ae785c76d1419cca930e15 # v3.0.4 with: find: ${{ steps.vars.outputs.current_version }} replace: ${{ inputs.version }} @@ -71,7 +71,7 @@ jobs: regex: false - name: Find and Replace - uses: jacobtomlinson/gha-find-replace@099c88fbf2a7da26b083521a8bfa13e4f0886b97 # v3.0.3 + uses: jacobtomlinson/gha-find-replace@1dcd8b008d15ef0862ae785c76d1419cca930e15 # v3.0.4 with: find: "Always" replace: "IfNotPresent"