From 2b52077692600b06e088988d27aa78405521d930 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 10 Feb 2023 05:04:16 +0000 Subject: [PATCH] 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-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/release.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 665775a..1bbe950 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -58,14 +58,14 @@ jobs: ghcr.io/sevco/rust-linux-gnu-action:${{ env.TOOLCHAIN }} - name: Update version in actions.yml if: env.EXECUTE == 'true' - uses: jacobtomlinson/gha-find-replace@v2 + uses: jacobtomlinson/gha-find-replace@v3 with: find: 'docker://ghcr.io/sevco/rust-linux-gnu-action:[^"]+' replace: "docker://ghcr.io/sevco/rust-linux-gnu-action:${{ env.TOOLCHAIN }}" include: "action.yml" - name: Update version in README if: env.EXECUTE == 'true' - uses: jacobtomlinson/gha-find-replace@v2 + uses: jacobtomlinson/gha-find-replace@v3 with: find: "sevco/rust-linux-gnu-action@.+" replace: "sevco/rust-linux-gnu-action@${{ env.TOOLCHAIN }}"