From 2b34f5d6312892a0738b7696105792c326b65b52 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 10 Feb 2023 08:58:25 +0000 Subject: [PATCH] Bump jacobtomlinson/gha-find-replace from 2.0.0 to 3.0.1 Bumps [jacobtomlinson/gha-find-replace](https://github.com/jacobtomlinson/gha-find-replace) from 2.0.0 to 3.0.1. - [Release notes](https://github.com/jacobtomlinson/gha-find-replace/releases) - [Commits](https://github.com/jacobtomlinson/gha-find-replace/compare/2.0.0...3.0.1) --- 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 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 458aabe..dd57580 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -20,7 +20,7 @@ jobs: release_branches: "master" dry_run: true - name: Update version in README - uses: jacobtomlinson/gha-find-replace@2.0.0 + uses: jacobtomlinson/gha-find-replace@3.0.1 with: find: "sevco/go-lambda-action@${{ steps.tag_version.outputs.previous_tag }}" replace: "sevco/go-lambda-action@${{ steps.tag_version.outputs.new_tag }}"