From 59f84e8586cfdf9a89a7ed527994656457645da5 Mon Sep 17 00:00:00 2001 From: NSMBot Date: Tue, 17 May 2022 09:17:37 +0000 Subject: [PATCH] Sync files with networkservicemesh/cmd-template This PR syncs files with https://github.com/networkservicemesh/cmd-template Revision: https://github.com/networkservicemesh/cmd-template/commits/4ead01d03ae76f148689a090d0750b2b32fcb167 commit 4ead01d03ae76f148689a090d0750b2b32fcb167 Author: Nikita Skrynnik <93182827+NikitaSkrynnik@users.noreply.github.com> Date: Tue May 17 16:16:27 2022 +0700 change find-and-replace version (#102) Signed-off-by: Nikita Skrynnik Signed-off-by: NSMBot --- .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 8fad8ba..a127a61 100644 --- a/.github/workflows/update-deployments.yaml +++ b/.github/workflows/update-deployments.yaml @@ -49,12 +49,12 @@ jobs: repository: networkservicemesh/deployments-k8s token: ${{ secrets.NSM_BOT_GITHUB_TOKEN }} - name: Find and Replace version - uses: jacobtomlinson/gha-find-replace@master + uses: jacobtomlinson/gha-find-replace@v2 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@master + uses: jacobtomlinson/gha-find-replace@v2 with: find: "ci/${{ github.event.repository.name }}:.*\n" replace: "ci/${{ github.event.repository.name }}:${{ steps.short-sha.outputs.sha }}\n"