From 3267009e8e08ac63ed1ccc44562c24b21d56d1a1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 25 Sep 2024 09:58:12 +0100 Subject: [PATCH] Bump jacobtomlinson/gha-find-replace from 1dcd8b008d15ef0862ae785c76d1419cca930e15 to 863001a682308a0a2405e69e645cb0899b5ee64b (#387) Bump jacobtomlinson/gha-find-replace Bumps [jacobtomlinson/gha-find-replace](https://github.com/jacobtomlinson/gha-find-replace) from 1dcd8b008d15ef0862ae785c76d1419cca930e15 to 863001a682308a0a2405e69e645cb0899b5ee64b. - [Release notes](https://github.com/jacobtomlinson/gha-find-replace/releases) - [Commits](https://github.com/jacobtomlinson/gha-find-replace/compare/1dcd8b008d15ef0862ae785c76d1419cca930e15...863001a682308a0a2405e69e645cb0899b5ee64b) --- updated-dependencies: - dependency-name: jacobtomlinson/gha-find-replace dependency-type: direct:production ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .github/workflows/sync-chart.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/sync-chart.yml b/.github/workflows/sync-chart.yml index c4aaf95..f4b83e7 100644 --- a/.github/workflows/sync-chart.yml +++ b/.github/workflows/sync-chart.yml @@ -78,7 +78,7 @@ jobs: echo new_operator_version=${{ inputs.operator_version }} >> $GITHUB_OUTPUT - name: Find and Replace NIC version - uses: jacobtomlinson/gha-find-replace@1dcd8b008d15ef0862ae785c76d1419cca930e15 # v3.0.4 + uses: jacobtomlinson/gha-find-replace@863001a682308a0a2405e69e645cb0899b5ee64b # v3.0.4 with: find: ${{ steps.sync.outputs.current_nic_version }} replace: ${{ steps.sync.outputs.new_nic_version }} @@ -86,7 +86,7 @@ jobs: exclude: .github/** - name: Find and Replace Operator version - uses: jacobtomlinson/gha-find-replace@1dcd8b008d15ef0862ae785c76d1419cca930e15 # v3.0.4 + uses: jacobtomlinson/gha-find-replace@863001a682308a0a2405e69e645cb0899b5ee64b # v3.0.4 with: find: ${{ steps.sync.outputs.current_operator_version }} replace: ${{ steps.sync.outputs.new_operator_version }}