From 157c86da1f64cf5b68fb278506eda2b91aba8084 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 30 Jul 2024 16:35:18 +0000 Subject: [PATCH] Bump jacobtomlinson/gha-find-replace from 3.0.2 to 3.0.3 Bumps [jacobtomlinson/gha-find-replace](https://github.com/jacobtomlinson/gha-find-replace) from 3.0.2 to 3.0.3. - [Release notes](https://github.com/jacobtomlinson/gha-find-replace/releases) - [Commits](https://github.com/jacobtomlinson/gha-find-replace/compare/a51bbcd94d000df9ca0fcb54ec8be69aad8374b0...099c88fbf2a7da26b083521a8bfa13e4f0886b97) --- updated-dependencies: - dependency-name: jacobtomlinson/gha-find-replace dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .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 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"