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"