From 4c6a2b51b3c80308f8dc422ae51791ac14c6f712 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 12 Feb 2025 13:47:12 +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/update-deployments.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/update-deployments.yaml b/.github/workflows/update-deployments.yaml index ed97185..b2a7f6c 100644 --- a/.github/workflows/update-deployments.yaml +++ b/.github/workflows/update-deployments.yaml @@ -43,12 +43,12 @@ jobs: repository: networkservicemesh/deployments-k8s token: ${{ secrets.token }} - name: Find and Replace version - uses: jacobtomlinson/gha-find-replace@v2 + uses: jacobtomlinson/gha-find-replace@v3 with: find: "${{ github.event.repository.name }}:.*\n" replace: "${{ github.event.repository.name }}:${{ steps.short-sha.outputs.sha }}\n" - name: Find and Replace ci/${{ github.event.repository.name }} version - uses: jacobtomlinson/gha-find-replace@v2 + uses: jacobtomlinson/gha-find-replace@v3 with: find: "ci/${{ github.event.repository.name }}:.*\n" replace: "ci/${{ github.event.repository.name }}:${{ steps.short-sha.outputs.sha }}\n"