diff --git a/.github/workflows/release-pr.yml b/.github/workflows/release-pr.yml index 45fa53289d..9fde5b7e86 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@a51bbcd94d000df9ca0fcb54ec8be69aad8374b0 # v3.0.2 + uses: jacobtomlinson/gha-find-replace@099c88fbf2a7da26b083521a8bfa13e4f0886b97 # v3.0.3 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@a51bbcd94d000df9ca0fcb54ec8be69aad8374b0 # v3.0.2 + uses: jacobtomlinson/gha-find-replace@099c88fbf2a7da26b083521a8bfa13e4f0886b97 # v3.0.3 with: find: "edge" replace: ${{ inputs.version }} @@ -63,7 +63,7 @@ jobs: regex: false - name: Find and Replace - uses: jacobtomlinson/gha-find-replace@a51bbcd94d000df9ca0fcb54ec8be69aad8374b0 # v3.0.2 + uses: jacobtomlinson/gha-find-replace@099c88fbf2a7da26b083521a8bfa13e4f0886b97 # v3.0.3 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@a51bbcd94d000df9ca0fcb54ec8be69aad8374b0 # v3.0.2 + uses: jacobtomlinson/gha-find-replace@099c88fbf2a7da26b083521a8bfa13e4f0886b97 # v3.0.3 with: find: "Always" replace: "IfNotPresent"